M2PatternSlot

Defines an M2 pattern slot status data.

Members

Enums

StatusFlags
enum StatusFlags
Undocumented in source.

Functions

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

Variables

backLink
uint backLink;

Backlinking for pattern nesting

id
uint id;

ID of the currently played pattern

lastCue
uint lastCue;

ID of the last reached cue

localReg
uint[128] localReg;

Local register bank

patternTime
Duration patternTime;

Stores the current time of the pattern

position
uint position;

Position within the pattern

status
BitFlags!StatusFlags status;

Status flags

timeMult
uint timeMult;

Time multiplier (16bit precision)

timeToWait
Duration timeToWait;

Time until next command chunk

Meta