MIDI is the only output presently supported. I'd like to also output a cleaner version of the notation, e.g. with sharps and flats represented by color rather than explicit symbols and to be able to represent octave changes by tiny numerals above the pitch names.
HTML seems the the most general approach, e.g represent notes with something like:
<span class=note, double-flatted data-beat-duration=1.5>f</span>
MIDI is the only output presently supported. I'd like to also output a cleaner version of the notation, e.g. with sharps and flats represented by color rather than explicit symbols and to be able to represent octave changes by tiny numerals above the pitch names.
HTML seems the the most general approach, e.g represent notes with something like: