Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 653 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 653 Bytes

Web Audio Api | Automator

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) alt screenshot

Build

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