More Awesome Music DSP*
This is a curated list of my favourite music DSP and audio programming resources. This was originally meant to be an official "Awesome list", but apparently you are not meant to write in the first person, so this is now a "more awesome" list.
Oli Larkin
Frameworks
iPlug2 - iPlug (originally created by Cockos) is an awesome plug-in framework. I was maintaining a fork of it since ~2011 called WDL-OL which is now superseded by iPlug2. Starting in 2018, Alex Harker and I made a big effort to update it, and now it's nearly done. iPlug2 is a massive improvement on the original version, adding support for GPU accelerated vector graphics via SKIA and NanoVG, iOS AUv3 and compiling to WASM, amongst many other things. iPlug2's syntax is super simple, for example, creating a parameter or a control in the UI is only a single line of C++ code.