Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Control_Surface_ Member List

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

begin()Control_Surface_
beginDisplays()Control_Surface_
channelMessageCallbackControl_Surface_private
ChannelMessageCallback typedefControl_Surface_
connectDefaultMIDI_Interface()Control_Surface_
connectSinkPipe(MIDI_Pipe *sink)MIDI_Source
connectSourcePipe(MIDI_Pipe *source)MIDI_Sink
Control_Surface_(Control_Surface_ const &)=deleteControl_Surface_
Control_Surface_()=defaultControl_Surface_private
MIDI_Sink::disconnect(TrueMIDI_Source &source)MIDI_Sink
MIDI_Sink::disconnect(MIDI_Pipe &)=deleteMIDI_Sink
MIDI_Source::disconnect(TrueMIDI_Sink &sink)MIDI_Source
MIDI_Source::disconnect(MIDI_Pipe &)=deleteMIDI_Source
disconnectMIDI_Interfaces()Control_Surface_
disconnectSinkPipes()MIDI_Source
disconnectSinkPipesShallow()MIDI_Sourceprivate
disconnectSourcePipes()MIDI_Sink
disconnectSourcePipesShallow()MIDI_Sinkprivate
displayTimerControl_Surface_private
getFinalSink()MIDI_Sinkinlineprivatevirtual
getInitialSource()MIDI_Sourceinlineprivatevirtual
getInstance()Control_Surface_static
getSinkPipe()MIDI_Sourceinline
getSourcePipe() constMIDI_Sinkinline
getStaller() constMIDI_Source
getStallerName() constMIDI_Source
handleStallers() constMIDI_Source
hasSinkPipe() constMIDI_Sourceinline
hasSourcePipe() constMIDI_Sinkinline
inpipeControl_Surface_private
isStalled() constMIDI_Source
loop()Control_Surface_
MIDI_Sink()=defaultMIDI_Sink
MIDI_Sink(const MIDI_Sink &)=deleteMIDI_Sink
MIDI_Sink(MIDI_Sink &&other)MIDI_Sink
MIDI_Source()=defaultMIDI_Source
MIDI_Source(const MIDI_Source &)=deleteMIDI_Source
MIDI_Source(MIDI_Source &&other)MIDI_Source
operator=(Control_Surface_ const &)=deleteControl_Surface_
TrueMIDI_SinkSource::operator=(const MIDI_Sink &)=deleteMIDI_Sink
TrueMIDI_SinkSource::operator=(MIDI_Sink &&other)MIDI_Sink
TrueMIDI_SinkSource::operator=(const MIDI_Source &)=deleteMIDI_Source
MIDI_Source::operator=(MIDI_Source &&other)MIDI_Source
outpipeControl_Surface_private
RealTimeMessageCallback typedefControl_Surface_
realTimeMessageCallbackControl_Surface_private
send(ChannelMessage message)MIDI_Sender< Control_Surface_ >
send(SysCommonMessage message)MIDI_Sender< Control_Surface_ >
send(SysExMessage message)MIDI_Sender< Control_Surface_ >
send(RealTimeMessage message)MIDI_Sender< Control_Surface_ >
sendActiveSensing(Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendCC(MIDIAddress address, uint8_t value)MIDI_Sender< Control_Surface_ >
sendChannelMessage(MIDIMessageType m, Channel c, uint8_t d1, uint8_t d2, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendChannelMessage(MIDIMessageType m, Channel c, uint8_t d1, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendChannelMessageImpl(ChannelMessage)Control_Surface_private
sendChannelPressure(MIDIChannelCable address, uint8_t pressure)MIDI_Sender< Control_Surface_ >
sendContinue(Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendControlChange(MIDIAddress address, uint8_t value)MIDI_Sender< Control_Surface_ >
sendCP(MIDIChannelCable address, uint8_t pressure)MIDI_Sender< Control_Surface_ >
sendKeyPressure(MIDIAddress address, uint8_t pressure)MIDI_Sender< Control_Surface_ >
sendKP(MIDIAddress address, uint8_t pressure)MIDI_Sender< Control_Surface_ >
sendMTCQuarterFrame(uint8_t data, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendMTCQuarterFrame(uint8_t messageType, uint8_t values, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendNoteOff(MIDIAddress address, uint8_t velocity)MIDI_Sender< Control_Surface_ >
sendNoteOn(MIDIAddress address, uint8_t velocity)MIDI_Sender< Control_Surface_ >
sendNow()MIDI_Sender< Control_Surface_ >
sendNowImpl()Control_Surface_inlineprivate
sendPB(MIDIChannelCable address, uint16_t value)MIDI_Sender< Control_Surface_ >
sendPC(MIDIAddress address)MIDI_Sender< Control_Surface_ >
sendPC(MIDIChannelCable address, uint8_t value)MIDI_Sender< Control_Surface_ >
sendPitchBend(MIDIChannelCable address, uint16_t value)MIDI_Sender< Control_Surface_ >
sendProgramChange(MIDIAddress address)MIDI_Sender< Control_Surface_ >
sendProgramChange(MIDIChannelCable address, uint8_t value)MIDI_Sender< Control_Surface_ >
sendRealTime(MIDIMessageType rt, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendRealTime(uint8_t rt, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendRealTimeImpl(RealTimeMessage)Control_Surface_private
sendSongPositionPointer(uint16_t spp, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendSongSelect(uint8_t song, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendStart(Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendStop(Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendSysCommon(MIDIMessageType m, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendSysCommon(MIDIMessageType m, uint8_t data1, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendSysCommon(MIDIMessageType m, uint8_t data1, uint8_t data2, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendSysCommonImpl(SysCommonMessage)Control_Surface_private
sendSysEx(const uint8_t(&sysexdata)[N], Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendSysEx(const uint8_t *data, uint16_t length, Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendSysExImpl(SysExMessage)Control_Surface_private
sendSystemReset(Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendTimingClock(Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
sendTuneRequest(Cable cable=Cable_1)MIDI_Sender< Control_Surface_ >
setMIDIInputCallbacks(ChannelMessageCallback channelMessageCallback, SysExMessageCallback sysExMessageCallback, SysCommonMessageCallback sysCommonMessageCallback, RealTimeMessageCallback realTimeMessageCallback)Control_Surface_inline
sinkMIDIfromPipe(ChannelMessage msg) overrideControl_Surface_privatevirtual
sinkMIDIfromPipe(SysExMessage msg) overrideControl_Surface_privatevirtual
sinkMIDIfromPipe(SysCommonMessage msg) overrideControl_Surface_privatevirtual
sinkMIDIfromPipe(RealTimeMessage msg) overrideControl_Surface_privatevirtual
sinkPipeMIDI_Sourceprotected
sourceMIDItoPipe(ChannelMessage)MIDI_Source
sourceMIDItoPipe(SysExMessage)MIDI_Source
sourceMIDItoPipe(SysCommonMessage)MIDI_Source
sourceMIDItoPipe(RealTimeMessage)MIDI_Source
sourcePipeMIDI_Sinkprotected
stall(MIDIStaller *cause=eternal_stall)MIDI_Source
stallDownstream(MIDIStaller *, MIDI_Source *)MIDI_Sinkinlineprivatevirtual
stallUpstream(MIDIStaller *, MIDI_Sink *)MIDI_Sourceinlineprivatevirtual
MIDI_Sink::swap(MIDI_Sink &a, MIDI_Sink &b)MIDI_Sinkstatic
MIDI_Source::swap(MIDI_Source &a, MIDI_Source &b)MIDI_Sourcestatic
sysCommonMessageCallbackControl_Surface_private
SysCommonMessageCallback typedefControl_Surface_
sysExMessageCallbackControl_Surface_private
SysExMessageCallback typedefControl_Surface_
unstall(MIDIStaller *cause=eternal_stall)MIDI_Source
unstallDownstream(MIDIStaller *, MIDI_Source *)MIDI_Sinkinlineprivatevirtual
unstallUpstream(MIDIStaller *, MIDI_Sink *)MIDI_Sourceinlineprivatevirtual
updateDisplays()Control_Surface_
updateInputs()Control_Surface_
updateMidiInput()Control_Surface_
~MIDI_Sink()MIDI_Sinkvirtual
~MIDI_Source()MIDI_Sourcevirtual