...
Outputs a constant DC value with optional input control pin to scale DC value.
Discussion
The DC source Source module has an internal variable holding one data value. The module continuously fills the output wire with the internal data value. This module also has optional input control pin to scale the internal data value. The output blockSize and sample rate can be specified. If not specified, the values are taken from the system input.
...
Code Block |
---|
typedef struct _ModuleDCSourceV2 { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure FLOAT32 value; // Data Value } ModuleDCSourceV2Class; |
Variables
Properties
Name | Type | Usage | isHidden | Default value | Range | Units |
value | float | parameter | 0 | 1 | -20:20 |
Pins
Output Pins
Name: control
...