See the MIDI-CI specification.
Public Member Functions | |
auto | tie () const |
bool | operator== (const ProfileOn &x) const |
bool | operator!= (const ProfileOn &x) const |
Public Attributes | |
Profile | profile {} |
uint16_t | numChannels {} |
Only valid if the message header specifies version 0x02 or greater. |
|
inline |
References numChannels, and profile.
Referenced by operator==().
|
inline |
Referenced by operator!=().
|
inline |
References operator==(), and x.
uint16_t juce::midi_ci::Message::ProfileOn::numChannels {} |
Only valid if the message header specifies version 0x02 or greater.
Referenced by tie().