Chord

Description of a chord. A chord is described with a key note, a root note and the \copydoc chordMask \see ProcessContext

Members

Enums

Masks
enum Masks
Undocumented in source.

Variables

chordMask
int16 chordMask;

Bitmask of a chord. 1st bit set: minor second; 2nd bit set: major second, and so on. \n There is \b no bit for the keynote (root of the chord) because it is inherently always present. \n

keyNote
uint8 keyNote;

< key note in chord

rootNote
uint8 rootNote;

< lowest note in chord

Meta