Tab() |
division | measure division for rythm quantization |
linewrap | character count limit for wrapping output lines |
define(string prefix, string strike, integer pitch, integer velocity) | define a custom note character |
sequence(string tab) | read tablature and convert into a Midi.Sequence |
string(Midi.Pattern pattern) | convert a Midi.Pattern into MIDI tablature |
string(Midi.Sequence sequence) | convert a Midi.Sequence into MIDI tablature |
velocity(string strike, integer velocity) | defined a custom velocity for the given character |
Measure division for rythm quantization.
Character count limit for wrapping output lines.
Define a custom note character. Applies only to lines with a custom prefix.
Read tablature and convert into a Midi.Sequence
Convert a Midi.Pattern into MIDI tablature.
The note starts and lengths will be quantized to the nearest value as given by the _division_ property.
Note velocities will also be quantized to the nearest note character if custom velocities have been defined.
Convert a Midi.Sequence into MIDI tablature.
The note starts and lengths will be quantized to the nearest value as given by the _division_ property.
Note velocities will also be quantized to the nearest note character if custom velocities have been defined.
Defined a custom velocity for the given character.