DSPatch v.10.2.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
DSPatch::internal::Wire Struct Referencefinal

Connection between two components. More...

#include <Wire.h>

Public Attributes

DSPatch::ComponentfromComponent
 
int fromOutput
 
int toInput
 

Detailed Description

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.

Definition at line 44 of file Wire.h.

Member Data Documentation

◆ fromComponent

DSPatch::Component* DSPatch::internal::Wire::fromComponent

Definition at line 46 of file Wire.h.

◆ fromOutput

int DSPatch::internal::Wire::fromOutput

Definition at line 47 of file Wire.h.

◆ toInput

int DSPatch::internal::Wire::toInput

Definition at line 48 of file Wire.h.


The documentation for this struct was generated from the following file: