Skip to content

straight-shoota/leseubung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leseübung

This is a generator for musical note sequences to train recognition and instrumentation of musical compositions. It uses ABC Notation to define short patterns.

Usage

You need to install nodejs (including npm). Then inside the repository run npm install to install dependecies.

Server

gulp serve creates the app and serves it on localhost.

Build

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.

Utilized Libraries:

License

Copyright (c) 2017 Johannes Müller jowemue@gmail.com

Licensed under the MIT License.