| 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.
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.