Function AudioEffectDistortion.preGain
Increases or decreases the volume before the effect. Value can range from -60 to 60.
double preGain() nothrow @property @nogc;
void preGain
(
double v
) nothrow @property @nogc;