JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::midi_ci::ProfileAtAddress Class Reference

Holds a profile ID, and the address of a group/channel. More...

#include <juce_CIProfileAtAddress.h>

Collaboration diagram for juce::midi_ci::ProfileAtAddress:

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
 

Detailed Description

Holds a profile ID, and the address of a group/channel.

@tags{Audio}

Member Function Documentation

◆ operator!=()

bool juce::midi_ci::ProfileAtAddress::operator!= ( const ProfileAtAddress x) const
inline

References tie().

◆ operator<()

bool juce::midi_ci::ProfileAtAddress::operator< ( const ProfileAtAddress x) const
inline

References tie().

◆ operator<=()

bool juce::midi_ci::ProfileAtAddress::operator<= ( const ProfileAtAddress x) const
inline

References tie().

◆ operator==()

bool juce::midi_ci::ProfileAtAddress::operator== ( const ProfileAtAddress x) const
inline

References tie().

◆ operator>()

bool juce::midi_ci::ProfileAtAddress::operator> ( const ProfileAtAddress x) const
inline

References tie().

◆ operator>=()

bool juce::midi_ci::ProfileAtAddress::operator>= ( const ProfileAtAddress x) const
inline

References tie().

◆ tie()

auto juce::midi_ci::ProfileAtAddress::tie ( ) const
inlineprivate

Member Data Documentation

◆ address

ChannelAddress juce::midi_ci::ProfileAtAddress::address

A group and channel.

Referenced by juce::midi_ci::ProfileHost::getState(), and tie().

◆ profile

Profile juce::midi_ci::ProfileAtAddress::profile

The id of a MIDI-CI profile.

Referenced by juce::midi_ci::ProfileHost::getState(), and tie().


The documentation for this class was generated from the following file: