| JUCE
    | 
See the MIDI-CI specification. More...
#include <juce_CIMessages.h>
| 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. | |
See the MIDI-CI specification.
| auto juce::midi_ci::Message::ProfileOn::tie | ( | ) | const | 
References numChannels, and profile.
Referenced by operator==().
| bool juce::midi_ci::Message::ProfileOn::operator== | ( | const ProfileOn & | x | ) | const | 
Referenced by operator!=().
| bool juce::midi_ci::Message::ProfileOn::operator!= | ( | const ProfileOn & | x | ) | const | 
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().