SequencerM2

Undocumented in source.

Members

Enums

ErrorFlags
enum ErrorFlags
Undocumented in source.
StatusFlags
enum StatusFlags
Undocumented in source.

Functions

lapseTime
void lapseTime(Duration amount)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

errors
BitFlags!ErrorFlags errors;
Undocumented in source.
modTrgt
TreeMap!(uint, AudioModule) modTrgt;
Undocumented in source.
songdata
M2Song songdata;
Undocumented in source.
status
BitFlags!StatusFlags status;
Undocumented in source.
timePos
Duration timePos;
Undocumented in source.

Inherited Members

From Sequencer

lapseTime
void lapseTime(Duration amount)

Makes the sequencer to go forward by the given amount of time, and emits MIDI commands to the associated modules if the time have reached that point.

Meta