![]() |
DSPatch v.10.2.4
|
Connection between two components. More...
#include <Wire.h>
Public Attributes | |
DSPatch::Component * | fromComponent |
int | fromOutput |
int | toInput |
Connection between two components.
Components process and transfer data between each other in the form of signals via interconnected "wires". Each wire contains references to the fromComponent, the fromOutput signal, and the toInput signal. The Wire struct simply stores these references for use in retrieving and providing signals across component connections.
DSPatch::Component* DSPatch::internal::Wire::fromComponent |