A simple editor which previews AudioParam automations. The web-audio-api automation methods are quite cumbersome, hence visual help is highly appreciated.
Open | Tested in Chrome, Firefox & Safari (desktop versions)
Make sure you have npm installed and run in the console:
npm install monaco-editor
Make sure to have sass installed and run in the console:
sass sass/main.sass:bin/main.css --watch
Make sure to have typescript installed and run in the console:
tsc -p ./typescript/tsconfig.json --watch