Class Midi.ABCReader

Reads ABC notation

Constructors

ABCReader()

Methods

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

Constructor Documentation


ABCReader()

Method Documentation


Midi.Tune readTune(string abc)

Read a string of ABC notation and parse into a Midi.Tune. The ABC should include proper headers, including at least "X:" and "K:"

Parameters

Returns


Midi.Pattern read(string abc, string key, string noteLength, string meter, string rhythm)

Read a string of raw ABC notation and parse into a Midi.Pattern. The given ABC should not include headers.

Parameters

Returns



Creative Commons Logo This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.