Simple ES6 drum sequencer utilizing the Web Audio API.
Run webpack-dev-server on port 8080:
$ npm run start-dev
Run production on port 3000:
$ webpack
$ npm run start-prod
Tech includes: Angular, Webpack, LESS, and Express.
Technique for note scheduling inspired by: A Tale of Two Clocks - Scheduling Web Audio with Precision.