DSPatch v.9.7.5
Loading...
Searching...
No Matches
DSPatch::Component Member List

This is the complete list of members for DSPatch::Component, including all inherited members.

Component(ProcessOrder processOrder=ProcessOrder::InOrder) (defined in DSPatch::Component)DSPatch::Component
ConnectInput(const Component::SPtr &fromComponent, int fromOutput, int toInput) (defined in DSPatch::Component)DSPatch::Component
DisconnectAllInputs() (defined in DSPatch::Component)DSPatch::Component
DisconnectInput(int inputNo) (defined in DSPatch::Component)DSPatch::Component
DisconnectInput(const Component::SPtr &fromComponent) (defined in DSPatch::Component)DSPatch::Component
GetBufferCount() const (defined in DSPatch::Component)DSPatch::Component
GetInputCount() const (defined in DSPatch::Component)DSPatch::Component
GetInputName(int inputNo) const (defined in DSPatch::Component)DSPatch::Component
GetOutputCount() const (defined in DSPatch::Component)DSPatch::Component
GetOutputName(int outputNo) const (defined in DSPatch::Component)DSPatch::Component
NONCOPYABLE(Component) (defined in DSPatch::Component)DSPatch::Component
Process_(SignalBus &, SignalBus &)=0 (defined in DSPatch::Component)DSPatch::Componentprotectedpure virtual
ProcessOrder enum name (defined in DSPatch::Component)DSPatch::Component
Reset(int bufferNo=0) (defined in DSPatch::Component)DSPatch::Component
SetBufferCount(int bufferCount, int startBuffer=0) (defined in DSPatch::Component)DSPatch::Component
SetInputCount_(int inputCount, const std::vector< std::string > &inputNames={}) (defined in DSPatch::Component)DSPatch::Componentprotected
SetOutputCount_(int outputCount, const std::vector< std::string > &outputNames={}) (defined in DSPatch::Component)DSPatch::Componentprotected
SPtr typedef (defined in DSPatch::Component)DSPatch::Component
Tick(int bufferNo=0) (defined in DSPatch::Component)DSPatch::Component
~Component() (defined in DSPatch::Component)DSPatch::Componentvirtual