- offsetLength - Variable in class metdetection.parsing.MidiWriter
-
The length of the rests we will add to the beginning of this song, in ticks.
- offsetLength - Variable in class metdetection.parsing.NoteFileWriter
-
The offset to add to each note, in milliseconds, to adjust for the anacrusis.
- offsetTick - Variable in class metdetection.utils.MidiNote
-
The offset tick of this note, or 0 if it is still active.
- offsetTime - Variable in class metdetection.utils.MidiNote
-
The offset time of this note, measured in microseconds, or 0 if it is still active.
- onsetTick - Variable in class metdetection.utils.MidiNote
-
The onset tick of this note.
- onsetTime - Variable in class metdetection.utils.MidiNote
-
The onset time of this note, measured in microseconds.
- originalPattern - Variable in class metdetection.meter.lpcfg.MetricalLpcfgTerminal
-
The pattern of quantums that make up this terminal, in unreduced form.
- outFile - Variable in class metdetection.parsing.MidiWriter
-
The File we want to write to.
- overlaps(MidiNote) - Method in class metdetection.utils.MidiNote
-
Return whether this note overlaps another MidiNote in time.