connectSinkPipe(MIDI_Pipe *sink) | MIDI_Source | |
connectSourcePipe(MIDI_Pipe *source) | MIDI_Sink | |
MIDI_Sink::disconnect(TrueMIDI_Source &source) | MIDI_Sink | |
MIDI_Sink::disconnect(MIDI_Pipe &)=delete | MIDI_Sink | |
MIDI_Source::disconnect(TrueMIDI_Sink &sink) | MIDI_Source | |
MIDI_Source::disconnect(MIDI_Pipe &)=delete | MIDI_Source | |
disconnectSinkPipes() | MIDI_Source | |
disconnectSinkPipesShallow() | MIDI_Source | private |
disconnectSourcePipes() | MIDI_Sink | |
disconnectSourcePipesShallow() | MIDI_Sink | private |
getFinalSink() | MIDI_Sink | inlineprivatevirtual |
getInitialSource() | MIDI_Source | inlineprivatevirtual |
getSinkPipe() | MIDI_Source | inline |
getSourcePipe() const | MIDI_Sink | inline |
getStaller() const | MIDI_Source | |
getStallerName() const | MIDI_Source | |
handleStallers() const | MIDI_Source | |
hasSinkPipe() const | MIDI_Source | inline |
hasSourcePipe() const | MIDI_Sink | inline |
isStalled() const | MIDI_Source | |
MIDI_Sink()=default | MIDI_Sink | |
MIDI_Sink(const MIDI_Sink &)=delete | MIDI_Sink | |
MIDI_Sink(MIDI_Sink &&other) | MIDI_Sink | |
MIDI_Source()=default | MIDI_Source | |
MIDI_Source(const MIDI_Source &)=delete | MIDI_Source | |
MIDI_Source(MIDI_Source &&other) | MIDI_Source | |
MIDI_Sink::operator=(const MIDI_Sink &)=delete | MIDI_Sink | |
MIDI_Sink::operator=(MIDI_Sink &&other) | MIDI_Sink | |
MIDI_Source::operator=(const MIDI_Source &)=delete | MIDI_Source | |
MIDI_Source::operator=(MIDI_Source &&other) | MIDI_Source | |
sinkMIDIfromPipe(ChannelMessage)=0 | MIDI_Sink | pure virtual |
sinkMIDIfromPipe(SysExMessage)=0 | MIDI_Sink | pure virtual |
sinkMIDIfromPipe(SysCommonMessage)=0 | MIDI_Sink | pure virtual |
sinkMIDIfromPipe(RealTimeMessage)=0 | MIDI_Sink | pure virtual |
sinkPipe | MIDI_Source | protected |
sourceMIDItoPipe(ChannelMessage) | MIDI_Source | |
sourceMIDItoPipe(SysExMessage) | MIDI_Source | |
sourceMIDItoPipe(SysCommonMessage) | MIDI_Source | |
sourceMIDItoPipe(RealTimeMessage) | MIDI_Source | |
sourcePipe | MIDI_Sink | protected |
stall(MIDIStaller *cause=eternal_stall) | MIDI_Source | |
stallDownstream(MIDIStaller *, MIDI_Source *) | MIDI_Sink | inlineprivatevirtual |
stallUpstream(MIDIStaller *, MIDI_Sink *) | MIDI_Source | inlineprivatevirtual |
MIDI_Sink::swap(MIDI_Sink &a, MIDI_Sink &b) | MIDI_Sink | static |
MIDI_Source::swap(MIDI_Source &a, MIDI_Source &b) | MIDI_Source | static |
unstall(MIDIStaller *cause=eternal_stall) | MIDI_Source | |
unstallDownstream(MIDIStaller *, MIDI_Source *) | MIDI_Sink | inlineprivatevirtual |
unstallUpstream(MIDIStaller *, MIDI_Sink *) | MIDI_Source | inlineprivatevirtual |
~MIDI_Sink() | MIDI_Sink | virtual |
~MIDI_Source() | MIDI_Source | virtual |