/sequencer

Primary LanguageJavaScript

Sequencer

Simple ES6 drum sequencer utilizing the Web Audio API.

###Development

Run webpack-dev-server on port 8080:

$ npm run start-dev

###Production Run production on port 3000:

$ webpack
$ npm run start-prod

###Credits Tech includes: Angular, Webpack, LESS, and Express.

Technique for note scheduling inspired by: A Tale of Two Clocks - Scheduling Web Audio with Precision.