Skip to content

Latest commit

 

History

History
executable file
·
28 lines (17 loc) · 876 Bytes

README.md

File metadata and controls

executable file
·
28 lines (17 loc) · 876 Bytes

ToneMon: A WebAudio and Canvas based synthesizer and sequencer

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.

ToneMon Pic

App-level Dependencies

Currently the only app level dependency is lodash, which is used for easy array/collection manipulation.

Build-level Dependencies

Node.js + npm are required to build this project.

This project uses WebPack to build/compile ES6 javascript.

Build Instructions

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