Sequinz is a graphic score sequencing tool.
0.0.1
- svelte - gui framework
- snowpack - front-end build tool
- tonaljs - music theory library
- phaser - game framework
- tone - web audio library
- webmidi - web midi library
Install npm packages
npm install
To build the source files and output them to the dist folder
npm run build
To serve Sequinz so that it's ready to use from http://localhost:8080/
npm start
MIT