Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 855 Bytes

File metadata and controls

40 lines (29 loc) · 855 Bytes

///// Work in progress /////

Machinery

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 ✨

Front panel

Project setup

npm install

Compiles and hot-reloads for development

With Vue : npm run serve
With electron : npm run electron:serve

Compiles and minifies for production

With Vue : npm run build
With electron : npm run electron:build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Built with