Control Surface  1.2.0
MIDI Control Surface library for Arduino
MIDIAddress Member List

This is the complete list of members for MIDIAddress, including all inherited members.

addressesMIDIAddressprivate
getAddress() constMIDIAddressinline
getCableNumber() constMIDIAddressinline
getChannel() constMIDIAddressinline
getRawCableNumber() constMIDIAddressinline
getRawChannel() constMIDIAddressinline
invalid()MIDIAddressinlinestatic
isValid() constMIDIAddressinline
matchAddressInRange(const MIDIAddress &toMatch, const MIDIAddress &base, uint8_t length)MIDIAddressstatic
matchSingle(const MIDIAddress &toMatch, const MIDIAddress &base)MIDIAddressstatic
MIDIAddress()MIDIAddressinline
MIDIAddress(int address, MIDIChannelCN channelCN)MIDIAddressinline
MIDIAddress(int address, Channel channel=CHANNEL_1, Cable cableNumber=CABLE_1)MIDIAddressinline
MIDIAddress(int address, Cable cableNumber)MIDIAddressinline
MIDIAddress(Channel channel, Cable cableNumber=CABLE_1)MIDIAddressinline
MIDIAddress(const MIDIChannelCN &address)MIDIAddressinline
operator bool() constMIDIAddressinlineexplicit
operator!=(const MIDIAddress &rhs) constMIDIAddressinline
operator+(const RelativeMIDIAddress &rhs) constMIDIAddress
operator+=(const RelativeMIDIAddress &rhs)MIDIAddress
operator-(const RelativeMIDIAddress &rhs) constMIDIAddress
operator-=(const RelativeMIDIAddress &rhs)MIDIAddress
operator==(const MIDIAddress &rhs) constMIDIAddressinline