Class Midi.Abc

Reads ABC notation

Constructors

Abc()

Methods

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

Constructor Documentation


Abc()

Method Documentation


string abc(Midi.Note note)

Return the abc notation equvalent for this MIDI note.

Parameters

Returns


Midi.File file(string abc)

Read a string of ABC notation and parse into a Midi.File. The given ABC should include headers as required by the ABC specification.

Parameters

Returns


Midi.Sequence sequence(string abc)

Read a string of ABC notation and parse into a Midi.Sequence. The given ABC may or may not include headers.

Parameters

Returns



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