Rob Jentzema
Rob Jentzema
I just had a quick peek (duh) and seems to be the case that https://github.com/overtone/overtone/blob/master/src/overtone/live.clj is to support a form of automatic bootstrapping when disconnected. The JNA makes it easy...
Throws, you could handle it I guess or indeed drop it. ``` java java.lang.Exception: Can't boot as a server is already connected/connecting! connection.clj:341 overtone.sc.machinery.server.connection/boot[fn] connection.clj:340 overtone.sc.machinery.server.connection/boot server.clj:135 overtone.sc.server/boot-external-server server.clj:133 overtone.sc.server/boot-external-server...
It would really be helpful if you could find the time to put your projects under composer/packagist version management. For one, it makes the whole.... well .. dependency management a...
You were too much in a hurry to leave, as I found the answer you were looking for: ``` clj ;; prepare on my side of things (how I like...
As a general tip for your future effort, it helps to look at what the interfaces are implementing in terms of protocols to see what method names are implemented, are...