osc-clj icon indicating copy to clipboard operation
osc-clj copied to clipboard

An Open Sound Control library for Clojure.

Results 4 osc-clj issues
Sort by recently updated
recently updated
newest added

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