This is fun to play with even for those familiar with synths! What a great page. I wish the source was open; I wonder what they are using to generate the sound. An existing library or their own?
https://learningsynths.ableton.com/js/musiclab.js
AudioWorklet + WASM (compiled from C++ maybe)
FYI, I have an NPM open-source WIP audio lib here:
https://glicol.js.org/
AudioWorklet + WASM(compiled from Rust) + SharedArrayBuffer
If you see this, send me an email (check profile).
Best!
This is fun to play with even for those familiar with synths! What a great page. I wish the source was open; I wonder what they are using to generate the sound. An existing library or their own?