///// Work in progress /////
Drum Sequencer built with Tone.js, Vue.js, Vuex and can be run with electron. Vuex handle clock, sounds routing and sequencer data.
Inspired by Elektron sequencer and Korg products ✨
npm install
With Vue : npm run serve
With electron : npm run electron:serve
With Vue : npm run build
With electron : npm run electron:build
npm run lint