Skip to content

prototype for development of scoreFollowsAudio functionality

Notifications You must be signed in to change notification settings

TGabor/scoreFollowsAudio

 
 

Repository files navigation

scoreFollowsAudio

a JavaScript library for time based measure highlighting in rendered MEI (http://www.music.encoding.org) and facsimile page turning (loading images). The implementation requires a JSON file with the corresponding measure parameters as e.g. in Weber_Freischuetz-06_annoMeasures.json

this repository implements the "Gitflow" branching model as described at:

http://nvie.com/posts/a-successful-git-branching-model/

Demo

The package contains a test folder. To build and run scoreFollowsAudio, you'll need Node.js, npm, and bower installed on your system. In the main directory run the following commands from command line:

bower install
npm install
grunt 
grunt run

This will download, compile, and copy corresponding files, and finally serve the test/index.html page and open it in your browser.

License

This package is available under the terms of GNU GPL-3 License a copy of the license can be found in the repository gpl-3.0.txt.

Verovio is being developed by RISM Switzerland, and licensed under GNU GPL-3 Licence, the code is available at https://github.com/rism-ch/verovio.

About

prototype for development of scoreFollowsAudio functionality

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 76.5%
  • JavaScript 10.1%
  • CoffeeScript 7.0%
  • XQuery 6.4%