osc-clj
osc-clj copied to clipboard
An Open Sound Control library for Clojure.
I am trying to follow the Quick Start from a REPL, but it crashes the JVM My project looks like this: ```clojure (defproject osctest "0.1.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.3.0"] [overtone/osc-clj "0.7.1"]])...
A long time had passed.. probably a good idea would be to update the libraries versions?
changed PriorityBlockingQueue to LinkedBlockingQueue so that multiple messages with timestamp 0 get sent out in FIFO order