This project was created as a fun way to explore the new WebAudio API, it has been developed and solely tested on chrome in its current state. The implementation takes advantage of many ES6 constructs such as imports and classes.
Currently the only app level dependency is lodash, which is used for easy array/collection manipulation.
Node.js + npm are required to build this project.
This project uses WebPack to build/compile ES6 javascript.
Make sure to install the dependencies through npm before building:
npm install
To build:
npm run build
For development (create a server on localhost):
npm run watch