ABCReader() |
readTune(string abc) | read a string of ABC notation and parse into a Midi.Tune |
read(string abc, string key, string noteLength, string meter, string rhythm) | read a string of raw ABC notation and parse into a Midi.Pattern |
Read a string of ABC notation and parse into a Midi.Tune. The ABC should include proper headers, including at least "X:" and "K:"
Read a string of raw ABC notation and parse into a Midi.Pattern. The given ABC should not include headers.