Abc() |
abc(Midi.Note note) | return the abc notation equvalent for this MIDI note. |
file(string abc) | read a string of ABC notation and parse into a Midi.File |
sequence(string abc) | read a string of ABC notation and parse into a Midi.Sequence |
Return the abc notation equvalent for this MIDI note.
Read a string of ABC notation and parse into a Midi.File. The given ABC should include headers as required by the ABC specification.
Read a string of ABC notation and parse into a Midi.Sequence. The given ABC may or may not include headers.