Represents a connection to an Output from another Processor.
More...
#include <processor.h>
|
const Output * | source |
| The output from which this input reads samples.
|
|
Represents a connection to an Output from another Processor.
Provides read-access to the source buffer (the output of another Processor).
◆ Input()
Default constructor, initializes source to nullptr.
◆ at()
Returns the sample at index i
from the source buffer.
- Parameters
-
- Returns
- The sample as a poly_float.
◆ operator[]()
Operator[] overload for read-access to the source buffer.
- Parameters
-
- Returns
- Reference to the poly_float sample.
◆ source
const Output* vital::Input::source |
The output from which this input reads samples.
The documentation for this struct was generated from the following file:
- /Users/davidvogel/repos/VitalHelp/src/synthesis/framework/processor.h