Audio Tagged Pages
Friday, May 9, 2025
An open source audio (VST/MIDI) plugin to generate euclidean rhythms
Sick Beat Betty is an audio plugin I wrote to make it easy to generate euclidean rhythms . It was the first time used the JUCE audio application framework. I’ve found JUCE a great way to write an audio plugin as it provides all bits you could want to get started: a common way to write the DSP/MIDI processing which plugs into the various plugin frameworks ( VST , CLAP , etc), an OpenGL/Accelerated UI framework, and all the various other bits that you’d want to see to make development a pleasure (and not a hell of dependency management).
Read More...