Vital
|
Declares Value processors that output a constant value and can be dynamically set. More...
#include "processor.h"
Go to the source code of this file.
Classes | |
class | vital::Value |
A Processor that maintains and outputs a constant poly_float value. More... | |
class | vital::cr::Value |
A control-rate variant of the Value processor. More... | |
Namespaces | |
namespace | vital |
Contains classes and functions used within the Vital synthesizer framework. | |
namespace | vital::cr |
Declares Value processors that output a constant value and can be dynamically set.
The Value class provides a constant output signal that can be changed by triggering its input. It supports both audio-rate and control-rate operation modes. When a trigger is received, the output value is updated for all lanes of polyphony simultaneously.