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 | |
| ChannelAddress | address |
| A group and channel. | |
| Profile | profile |
| The id of a MIDI-CI profile. | |
Private Member Functions | |
| auto | tie () const |
Holds a profile ID, and the address of a group/channel.
@tags{Audio}
|
inline |
References tie().
|
inline |
References tie().
|
inline |
References tie().
|
inline |
References tie().
|
inline |
References tie().
|
inline |
References tie().
|
inlineprivate |
References address, and profile.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
| ChannelAddress juce::midi_ci::ProfileAtAddress::address |
A group and channel.
Referenced by juce::midi_ci::ProfileHost::getState(), and tie().
| Profile juce::midi_ci::ProfileAtAddress::profile |
The id of a MIDI-CI profile.
Referenced by juce::midi_ci::ProfileHost::getState(), and tie().