![]() |
DSPatch
v.2.42
C++ Cross-Platform, Object-Oriented, Flow-Based Programming Library
|
Connection between two components. More...
#include <DspWire.h>
Public Member Functions | |
DspWire (DspComponent *newLinkedComponent, unsigned short newFromSignalIndex, unsigned short newToSignalIndex) |
Public Attributes | |
DspComponent * | linkedComponent |
unsigned short | fromSignalIndex |
unsigned short | toSignalIndex |
Connection between two components.
DspComponents process and transfer data between each other in the form of signals via interconnecting "wires". Each wire contains references to the linked component, the source output signal, and the destination input signal. The DspWire struct simply stores these references for use in retrieving and providing signals across component connections.