straight-shoota / leseubung

generator for musical note sequences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

generator for musical note sequences

License:MIT License


Languages

Language:HTML 96.4%Language:JavaScript 2.0%Language:CoffeeScript 1.1%Language:CSS 0.5%