Contains information about a MIDI 2.0 function block. More...
#include <juce_CIFunctionBlock.h>
Public Member Functions | |
bool | operator== (const FunctionBlock &other) const |
bool | operator!= (const FunctionBlock &other) const |
Public Attributes | |
std::byte | identifier { 0x7f } |
0x7f == no function block | |
uint8_t | firstGroup = 0 |
The first group that is part of the block, 0-based. | |
uint8_t | numGroups = 1 |
The number of groups contained in the block. | |
Contains information about a MIDI 2.0 function block.
bool midi_ci::FunctionBlock::operator== | ( | const FunctionBlock & | other | ) | const |
References x.
Referenced by operator!=().
bool midi_ci::FunctionBlock::operator!= | ( | const FunctionBlock & | other | ) | const |
References operator==().
std::byte midi_ci::FunctionBlock::identifier { 0x7f } |
0x7f == no function block
uint8_t midi_ci::FunctionBlock::firstGroup = 0 |
The first group that is part of the block, 0-based.
uint8_t midi_ci::FunctionBlock::numGroups = 1 |
The number of groups contained in the block.