Function AudioEffectReverb.wet

Output percent of modified sound. At 0, only original sound is outputted. Value can range from 0 to 1.

double wet() nothrow @property @nogc;

void wet (
  double v
) nothrow @property @nogc;