| JUCE
    | 
Identifies a channel or set of channels in a multi-group MIDI endpoint. More...
#include <juce_CIChannelAddress.h>
| Public Member Functions | |
| ChannelAddress | withGroup (int g) const | 
| Returns a copy of this object with the specified group. | |
| ChannelAddress | withChannel (ChannelInGroup c) const | 
| Returns a copy of this object with the specified channel. | |
| uint8_t | getGroup () const | 
| Returns the group. | |
| ChannelInGroup | getChannel () const | 
| Returns the channel in the group. | |
| bool | isBlock () const | 
| Returns true if this address refers to all channels in the function block containing the specified group. | |
| bool | isGroup () const | 
| Returns true if this address refers to all channels in the specified group. | |
| bool | isSingleChannel () const | 
| Returns true if this address refers to a single channel. | |
| bool | operator< (const ChannelAddress &other) const | 
| bool | operator<= (const ChannelAddress &other) const | 
| bool | operator> (const ChannelAddress &other) const | 
| bool | operator>= (const ChannelAddress &other) const | 
| bool | operator== (const ChannelAddress &other) const | 
| bool | operator!= (const ChannelAddress &other) const | 
Identifies a channel or set of channels in a multi-group MIDI endpoint.
| ChannelAddress juce::midi_ci::ChannelAddress::withGroup | ( | int | g | ) | const | 
Returns a copy of this object with the specified group.
References isPositiveAndBelow(), jassert, and withMember().
| ChannelAddress juce::midi_ci::ChannelAddress::withChannel | ( | ChannelInGroup | c | ) | const | 
Returns a copy of this object with the specified channel.
References withMember().
| uint8_t juce::midi_ci::ChannelAddress::getGroup | ( | ) | const | 
Returns the group.
| ChannelInGroup juce::midi_ci::ChannelAddress::getChannel | ( | ) | const | 
Returns the channel in the group.
| bool juce::midi_ci::ChannelAddress::isBlock | ( | ) | const | 
Returns true if this address refers to all channels in the function block containing the specified group.
References juce::midi_ci::wholeBlock.
Referenced by isSingleChannel().
| bool juce::midi_ci::ChannelAddress::isGroup | ( | ) | const | 
Returns true if this address refers to all channels in the specified group.
References juce::midi_ci::wholeGroup.
Referenced by isSingleChannel().
| bool juce::midi_ci::ChannelAddress::isSingleChannel | ( | ) | const | 
| bool juce::midi_ci::ChannelAddress::operator< | ( | const ChannelAddress & | other | ) | const | 
| bool juce::midi_ci::ChannelAddress::operator<= | ( | const ChannelAddress & | other | ) | const | 
| bool juce::midi_ci::ChannelAddress::operator> | ( | const ChannelAddress & | other | ) | const | 
| bool juce::midi_ci::ChannelAddress::operator>= | ( | const ChannelAddress & | other | ) | const | 
| bool juce::midi_ci::ChannelAddress::operator== | ( | const ChannelAddress & | other | ) | const | 
Referenced by operator!=().
| bool juce::midi_ci::ChannelAddress::operator!= | ( | const ChannelAddress & | other | ) | const | 
References operator==().