alda-lang / alda-server-clj

A Clojure implementation of an Alda server
Other
2 stars 2 forks source link

Remove call to start JSyn SynthesisEngine #11

Closed daveyarwood closed 5 years ago

daveyarwood commented 6 years ago

To be merged after https://github.com/alda-lang/alda-sound-engine-clj/pull/11, which will remove our dependency on JSyn and use Java MIDI Sequencers instead to do the scheduling. That PR will remove sound/start-synthesis-engine! which makes this project not compile. This PR fixes that.