Holds a profile ID, and the address of a group/channel. More...
#include <juce_CIProfileAtAddress.h>
Public Member Functions | |
bool | operator== (const ProfileAtAddress &x) const |
bool | operator!= (const ProfileAtAddress &x) const |
bool | operator< (const ProfileAtAddress &x) const |
bool | operator<= (const ProfileAtAddress &x) const |
bool | operator> (const ProfileAtAddress &x) const |
bool | operator>= (const ProfileAtAddress &x) const |
Public Attributes | |
Profile | profile |
The id of a MIDI-CI profile. | |
ChannelAddress | address |
A group and channel. | |
Holds a profile ID, and the address of a group/channel.
bool midi_ci::ProfileAtAddress::operator== | ( | const ProfileAtAddress & | x | ) | const |
References x.
bool midi_ci::ProfileAtAddress::operator!= | ( | const ProfileAtAddress & | x | ) | const |
References x.
bool midi_ci::ProfileAtAddress::operator< | ( | const ProfileAtAddress & | x | ) | const |
References x.
bool midi_ci::ProfileAtAddress::operator<= | ( | const ProfileAtAddress & | x | ) | const |
References x.
bool midi_ci::ProfileAtAddress::operator> | ( | const ProfileAtAddress & | x | ) | const |
References x.
bool midi_ci::ProfileAtAddress::operator>= | ( | const ProfileAtAddress & | x | ) | const |
References x.
Profile midi_ci::ProfileAtAddress::profile |
The id of a MIDI-CI profile.
Referenced by midi_ci::ProfileHost::getState().
ChannelAddress midi_ci::ProfileAtAddress::address |
A group and channel.
Referenced by midi_ci::ProfileHost::getState().