overtone

plexus 2023-12-29T13:20:00.739089Z

Starting to collect changes for the next release https://github.com/overtone/overtone/pull/511

✨ 2
plexus 2023-12-31T04:27:04.003929Z

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

plexus 2023-12-31T04:28:11.678359Z

I'll try the example out. We made sure to not make breaking changes, so hopefully it just works.

plexus 2023-12-29T13:23:33.298529Z

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).

grav 2023-12-29T17:04:30.102899Z

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. 😅