![]() |
fsh::stk
fantastic spatial holophonic synthesis toolkit
|
The parameters for the distortion effect. More...
#include <Distortion.h>
Public Attributes | |
float | preGain = 0.0f |
Gain (dB), which is applied to the input signal. | |
std::function< float(float)> | function = [](float x) { return std::tanh(x); } |
Distortion function which is applied to the signal. | |
The parameters for the distortion effect.