|
RADLib
RADical C++ application framework
|
Extra controls for tape/analog-style modulated stereo delay. More...
#include <RADDsp.h>
Inheritance diagram for RADDsp::AnalogDelaySettings:
Collaboration diagram for RADDsp::AnalogDelaySettings:Public Attributes | |
| float | modulationRateHz = 0.35f |
| LFO frequency in hertz for delay-time modulation. More... | |
| float | modulationDepthMs = 3.0f |
| Peak delay-time modulation depth in milliseconds. More... | |
| float | tone = 0.35f |
| Feedback tone smoothing amount. Lower values are darker. More... | |
| float | drive = 0.15f |
| Soft saturation amount applied in the feedback path. More... | |
| float | stereoPhase = 0.25f |
| Right-channel LFO phase offset in cycles for stereo width. More... | |
Public Attributes inherited from RADDsp::DelaySettings | |
| uint32_t | sampleRate = 48000 |
| Processing sample rate in hertz. More... | |
| float | delayMs = 250.0f |
| Nominal delay time in milliseconds. More... | |
| float | feedback = 0.25f |
| Same-channel feedback gain. More... | |
| float | wet = 0.35f |
| Wet delayed signal gain. More... | |
| float | dry = 1.0f |
| Dry input signal gain. More... | |
| float | crossFeedback = 0.0f |
| Cross-channel feedback gain for ping-pong style delays. More... | |
| float | maxDelayMs = 2000.0f |
| Maximum delay memory allocated by the effect. More... | |
Extra controls for tape/analog-style modulated stereo delay.
| float RADDsp::AnalogDelaySettings::drive = 0.15f |
Soft saturation amount applied in the feedback path.
| float RADDsp::AnalogDelaySettings::modulationDepthMs = 3.0f |
Peak delay-time modulation depth in milliseconds.
| float RADDsp::AnalogDelaySettings::modulationRateHz = 0.35f |
LFO frequency in hertz for delay-time modulation.
| float RADDsp::AnalogDelaySettings::stereoPhase = 0.25f |
Right-channel LFO phase offset in cycles for stereo width.
| float RADDsp::AnalogDelaySettings::tone = 0.35f |
Feedback tone smoothing amount. Lower values are darker.