Function AudioEffectReverb.dry
Output percent of original sound. At 0, only modified sound is outputted. Value can range from 0 to 1.
double dry() nothrow @property @nogc;
void dry
(
double v
) nothrow @property @nogc;