Skip to content

Gusis93/vue-sequencer-polyend

Repository files navigation

vue-sequencer-polyend

https://gusis93.github.io/vue-sequencer-polyend/

About

Small sequencer with 4 tracks and 16 steps inspired by the Polyend Tracker sequence mode with 3 selectable instruments and frequency change, done with Vue.js and Tone.ts

Future

I will update to add effects and more variaty of synths available in the library as well as a song mode and more pattern creation

Use

Select a step - instrument - frequency and click play, have fun!

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint