|
LMMS
|
#include <ivstprocesscontext.h>
Public Types | |
| enum | Masks { kChordMask = 0x0FFF , kReservedMask = 0xF000 } |
Public Attributes | |
| uint8 | keyNote |
| key note in chord | |
| uint8 | rootNote |
| lowest note in chord | |
| int16 | chordMask |
Description of a chord. A chord is described with a key note, a root note and the
Bitmask of a chord.
1st bit set: minor second; 2nd bit set: major second, and so on.
There is no bit for the keynote (root of the chord) because it is inherently always present.
Examples:
| int16 Steinberg::Vst::Chord::chordMask |
Bitmask of a chord.
1st bit set: minor second; 2nd bit set: major second, and so on.
There is no bit for the keynote (root of the chord) because it is inherently always present.
Examples:
| uint8 Steinberg::Vst::Chord::keyNote |
key note in chord
| uint8 Steinberg::Vst::Chord::rootNote |
lowest note in chord