Go to the source code of this file.
|
struct | OneByteMIDIMatcher |
| Matcher for MIDI messages with 1 data byte, such as Channel Pressure and Program Change. More...
|
|
struct | OneByteMIDIMatcher::Result |
|
struct | TwoByteMIDIMatcher |
| Matcher for MIDI messages with 2 data bytes, such as Note On/Off, Control Change, Key Pressure (but not Pitch Bend). More...
|
|
struct | TwoByteMIDIMatcher::Result |
|
struct | PitchBendMIDIMatcher |
| Matcher for MIDI Pitch Bend messages. Matches a single address. More...
|
|
struct | PitchBendMIDIMatcher::Result |
|
struct | TwoByteRangeMIDIMatcher |
| Matcher for MIDI messages with 2 data bytes, such as Note On/Off, Control Change, Key Pressure (but not Pitch Bend). More...
|
|
struct | TwoByteRangeMIDIMatcher::Result |
|
struct | BankableOneByteMIDIMatcher< BankSize > |
| Matcher for MIDI messages with 1 data byte, such as Channel Pressure and Program Change. More...
|
|
struct | BankableOneByteMIDIMatcher< BankSize >::Result |
|
struct | BankableTwoByteMIDIMatcher< BankSize > |
| Matcher for MIDI messages with 2 data bytes, such as Note On/Off, Control Change, Key Pressure. More...
|
|
struct | BankableTwoByteMIDIMatcher< BankSize >::Result |
|
struct | BankablePitchBendMIDIMatcher< BankSize > |
| Matcher for MIDI Pitch Bend messages. More...
|
|
struct | BankablePitchBendMIDIMatcher< BankSize >::Result |
|
struct | BankableTwoByteRangeMIDIMatcher< BankSize > |
| Matcher for MIDI messages with 2 data bytes, such as Note On/Off, Control Change, Key Pressure. More...
|
|
struct | BankableTwoByteRangeMIDIMatcher< BankSize >::Result |
|
◆ OneByteMIDIMatcher::Result
struct OneByteMIDIMatcher::Result |
Class Members |
bool |
match |
|
uint8_t |
value |
|
◆ TwoByteMIDIMatcher::Result
struct TwoByteMIDIMatcher::Result |
Class Members |
bool |
match |
|
uint8_t |
value |
|
◆ PitchBendMIDIMatcher::Result
struct PitchBendMIDIMatcher::Result |
Class Members |
bool |
match |
|
uint16_t |
value |
|
◆ TwoByteRangeMIDIMatcher::Result
struct TwoByteRangeMIDIMatcher::Result |
Class Members |
bool |
match |
|
uint8_t |
value |
|
uint8_t |
index |
|
◆ BankableOneByteMIDIMatcher::Result
struct BankableOneByteMIDIMatcher::Result |
Class Members |
bool |
match |
|
uint8_t |
value |
|
uint8_t |
bankIndex |
|
◆ BankableTwoByteMIDIMatcher::Result
struct BankableTwoByteMIDIMatcher::Result |
Class Members |
bool |
match |
|
uint8_t |
value |
|
uint8_t |
bankIndex |
|
◆ BankablePitchBendMIDIMatcher::Result
struct BankablePitchBendMIDIMatcher::Result |
Class Members |
bool |
match |
|
uint16_t |
value |
|
uint8_t |
bankIndex |
|
◆ BankableTwoByteRangeMIDIMatcher::Result
struct BankableTwoByteRangeMIDIMatcher::Result |
Class Members |
bool |
match |
|
uint8_t |
value |
|
uint8_t |
bankIndex |
|
uint8_t |
index |
|