osc-clj
osc-clj copied to clipboard
Starting a connection crashes JVM
I am trying to follow the Quick Start from a REPL, but it crashes the JVM
My project looks like this:
(defproject osctest "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.3.0"]
[overtone/osc-clj "0.7.1"]])
I have tried with several different versions of Clojure.
I am using java 1.8.0_121
Just solved it updating to [overtone/osc-clj "0.7.1"]