Duncan McGreggor

Results 144 comments of Duncan McGreggor

Added a new repo to explore this here: * https://github.com/clojusc/mesomatic-testing

In a new branch, I've just run the tests on Travis CI with a docker container running Mesos (with Mesomatic installed, too). Nothing set up for testing against it yet,...

With the new Extempore REPL, we can now do DSP from LFE. However, native-LFE DSP will need to wait until more work on #22 is done.

Video for setup on Mac: * https://www.youtube.com/watch?v=_o1kg0IbetY First 1/3rd is for beginners. Notes on the rest: * an Erlang port can read `receivemidi`'s output * multiple `cc`s can be sent...

If this goes well, I might demo this at the next conference! (CodeBEAM in March).

Downloaded: * https://github.com/gbevin/SendMIDI/releases/tag/1.0.15 * https://github.com/gbevin/ReceiveMIDI/releases/tag/1.1.0

Added a question at https://github.com/gbevin/SendMIDI/issues/29 for guidance in adding MIDI time clock & code support in the backend.

Basic reading and writing to the open Erlang ports for the OS process is working quite well (as expected). One problem so far, is that exiting the server doesn't seem...

> Basic reading and writing to the open Erlang ports for the OS process is working quite well (as expected). One problem so far, is that exiting the server doesn't...

Need to look closely at how LFE does this in `lfe_shell.erl`: * https://github.com/rvirding/lfe/blob/develop/src/lfe_shell.erl#L114