This is a generator for musical note sequences to train recognition and instrumentation of musical compositions. It uses ABC Notation to define short patterns.
You need to install nodejs (including npm
).
Then inside the repository run npm install
to install dependecies.
gulp serve
creates the app and serves it on localhost.
gulp build
creates the app in the build/
folder:
build/standalone.html
contains an HTML file with inlined assets, ready to use without a webserver or internet connection.build/app
contains the app in multiple files.
- abcjs - music rendering
- saveSvgAsPng - export to PNG
Copyright (c) 2017 Johannes Müller jowemue@gmail.com
Licensed under the MIT License.