ChordEvent

Chord event specific data. Used in \ref Event (union)

Members

Variables

bassNote
int16 bassNote;

< range [0, 127] = [C-2, G8] with A3=440Hz

mask
int16 mask;

< root is bit 0

root
int16 root;

< range [0, 127] = [C-2, G8] with A3=440Hz

text
TChar* text;

< null character (without including the terminating null character itself) +////< UTF-16, null terminated Hosts Chord Nam

textLen
uint16 textLen;

< the number of characters (TChar) between the beginning of text and the terminating

Meta