a javascript app that makes synths
you can give your synth a name, or let it pick one for you, but every synth that shares the same name is the same in every other way.
created for procjam 2018.
npm install
# in one terminal
npm run watch
# in another terminal
python -m SimpleHTTPServer 8000 # or whatever local web server thing