Create constant (DC) signal, useful for control of objects that take a modulation or control input signal. This constant level can be used to modify other waveforms using mixer or multiplier objects
Port | Purpose |
---|---|
Out 0 | Output constant DC level |
amplitude(level);
Set the output. Level is -1.0 to 1.0. The output is changed immediately.
amplitude(level, milliseconds);
Set the output. Level is -1.0 to 1.0. The output is gradually changed over a "milliseconds" time period. Any time may be specified, but periods longer than 1 second may be automatically shortened for small level changes, due to numerical precision limits.
Of course, the term "DC", for Direct Current, doesn't properly apply to a pure digital stream of numerical values. But the term is widely understood in audio applications, so hopefully it's not too confusing?