|
| legato_filter.cpp |
| Implements the LegatoFilter class methods for legato-based trigger filtering.
|
|
| legato_filter.h |
| Defines the LegatoFilter class used to handle legato triggering behavior in a voice.
|
|
| peak_meter.cpp |
| Implementation of the PeakMeter class, handling real-time peak and memory-peak calculations.
|
|
| peak_meter.h |
| Defines the PeakMeter class, a processor that measures and reports peak and memory-peak levels of audio signals.
|
|
| portamento_slope.cpp |
| Implements the PortamentoSlope class, handling the logic for transitioning between source and target values.
|
|
| portamento_slope.h |
| Declares the PortamentoSlope class, which applies a portamento transition between a source and target pitch or value.
|
|
| smooth_value.cpp |
| Implements the SmoothValue classes, performing exponential and optional linear smoothing of values.
|
|
| smooth_value.h |
| Declares the SmoothValue classes, providing time-smoothed transitions for values.
|
|
| value_switch.cpp |
| Implements the ValueSwitch class, allowing dynamic routing of one of multiple inputs.
|
|
| value_switch.h |
| Declares the ValueSwitch class, which allows switching the output buffer based on a control value.
|
|