See the MIDI-CI specification. More...
#include <juce_CIMessages.h>

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