music21j: Javascript reimplementation of Core music21 features.
See http://web.mit.edu/music21/ for more details.
Copyright (c) 2013-18, Michael Scott Cuthbert and cuthbertLab
Based on music21, Copyright (c) 2006-18, Michael Scott Cuthbert and cuthbertLab
The plan is to implement all core music21 features as Javascript and to expose
more sophisticated features via server-side connections to remote servers running the
python music21 (music21p).
Requires an ECMAScript 5 compatible browser w/ SVG and Canvas. IE 11 or any recent
version of Firefox, Safari, Edge, Chrome, etc. will do. To disable the warning,
set an attribute in the <script> tag that calls requirejs, warnBanner="no".
All interfaces are alpha and may change radically from day to day and release to release.
Do not use this in production code yet.
See src/moduleLoader.js for version and version history.
music21j acknowledges VexFlow, MIDI.js in particular for their great efforts without which
this module would not be possible.
- Source: