ditty

ISC License

Stars
15

ditty

This is an online grid-based music sequencer.

It's also an example of a React.js facebook/flux + immutable.js + babelify project. Audio is by timbre.js. Keybindings are powered by the react-keybinding project.

Architecutre

Songs are immutable-js objects that are managed in Songstore. Modifications to songs move through actions.

Development

$ npm install
$ npm start