This is the complete list of members for MIDIAddress, including all inherited members.
addresses | MIDIAddress | private |
getAddress() const | MIDIAddress | inline |
getCableNumber() const | MIDIAddress | inline |
getChannel() const | MIDIAddress | inline |
getChannelCable() const | MIDIAddress | inline |
getRawCableNumber() const | MIDIAddress | inline |
getRawChannel() const | MIDIAddress | inline |
invalid() | MIDIAddress | inlinestatic |
isValid() const | MIDIAddress | inline |
matchAddressInRange(MIDIAddress toMatch, MIDIAddress base, uint8_t length) | MIDIAddress | static |
matchSingle(MIDIAddress toMatch, MIDIAddress base) | MIDIAddress | inlinestatic |
MIDIAddress() | MIDIAddress | inline |
MIDIAddress(int address, MIDIChannelCable channelCN) | MIDIAddress | inline |
MIDIAddress(int address, Channel channel=Channel_1, Cable cableNumber=Cable_1) | MIDIAddress | inline |
MIDIAddress(int address, Cable cableNumber) | MIDIAddress | inline |
MIDIAddress(Channel channel, Cable cableNumber=Cable_1) | MIDIAddress | inline |
MIDIAddress(MIDIChannelCable address) | MIDIAddress | inline |
operator bool() const | MIDIAddress | inlineexplicit |
operator!=(MIDIAddress rhs) const | MIDIAddress | inline |
operator+(RelativeMIDIAddress rhs) const | MIDIAddress | |
operator+=(RelativeMIDIAddress rhs) | MIDIAddress | |
operator-(RelativeMIDIAddress rhs) const | MIDIAddress | |
operator-=(RelativeMIDIAddress rhs) | MIDIAddress | |
operator==(MIDIAddress rhs) const | MIDIAddress | inline |