Starting to collect changes for the next release https://github.com/overtone/overtone/pull/511
Please let me know what issues you're having! It should be as simple as logging in with the browser that pops up and copy pasting the code
I'll try the example out. We made sure to not make breaking changes, so hopefully it just works.
Having SuperCollider auto-connect its jack outputs to the audio device is huge, this is the final thing that is still a significant hurdle on Linux, because up until now we had to tell people to install some third party patch bay, and they all suck. Hotplug support for MIDI devices is pretty nice too. I was surprised that Java actually picks up plug/unplug pretty nicely. But there's no mechanism for getting notified, so we poll (every two seconds at the moment). Some other quality of life things. Currently we print the wrong version when overtone boots, that should be fixed in the next version. And some improvements around fetching samples from freesound, which is slowly becoming less painful (the previous version already persisted the token, now we detect if your token is no longer valid).
Happy to see this project is live and well! I'll see if I can get my old example (https://github.com/overtone/overtone/blob/master/src/overtone/examples/compositions/jazz.clj) working with v0.13. Currently I'm fighting with freesound auth. 😅