overtone

dave 2021-03-15T01:20:43.003300Z

I haven't seen any Clojure MIDI sequencers, although I haven't looked very hard because I found it so easy to just use the JVM MIDI sequencer via Java inter-op, when I was implementing the sound engine for Alda. Here is some example code: https://github.com/alda-lang/alda-sound-engine-clj/blob/14b4977ff2343339617a7c16d21a09c88951360a/src/alda/sound/midi.clj#L372-L416

dave 2021-03-15T01:20:59.003700Z

@srijayanth ^

craftybones 2021-03-15T02:29:06.003900Z

@dave thanks

craftybones 2021-03-15T02:31:22.004700Z

I don’t want to work on my own synth. Instead, I want the sequencer to transmit to a DAW

craftybones 2021-03-15T02:31:27.004900Z

I guess the only way is to hook it up viva Java as all the other examples tend to do