ctford / leipzig

A music composition library for Clojure and Clojurescript.
Other
454 stars 26 forks source link

All tracks return future pending map #19

Open LarryLegend33 opened 2 years ago

LarryLegend33 commented 2 years ago

I'm seeing the identical problem reported in this google group chat:

https://groups.google.com/g/overtone/c/jF_9U-MkEBI

Everything on the overtone and leipzig side is working with no errors (all functions return a value). However, the (live/play) call returns a Future which includes a map that claims the track is :pending. This happens both in the repl and when C-c inside of a cider buffer. The example i'm using is the leipzig from scratch file, so this should work. Thanks so much and I'm looking forward to using Leipzig.

insane-noises.leiptest> (live/play track)

<Future@4dd38521: :pending>