leipzig
leipzig copied to clipboard
A music composition library for Clojure and Clojurescript.
Using Clojure version 1.10.3 (and later) loading leipzig/live.clj yields error: ``` #future[{:status :failed, :val #error { :cause "No matching method sleep found taking 1 args" :via [{:type java.util.concurrent.ExecutionException :message "java.lang.IllegalArgumentException:...
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,...
When using Leipzig, I'm noticing that deps are rather old and include both Clojure and Clojurescript. Maybe they both could be a `:provided` dependency, so you don't get them when...
hello, I have been making some music with leipzig and I'm loving the library, but I would like to sync some live visuals to my music with quil. Is there...
The current implementation of `leipzig/live` uses `overtone/at` to schedule playing a note, but this works only with OSC events. In my use case I want to schedule MIDI out events...
Hi, Just to inform you, something I faced a bit earlier when trying to setup Overtone in LightTable on Windows (8) 64bit. Normally I run a ArchLinux setup in virtualbox...