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