Function AudioEffectDelay.dry

Output percent of original sound. At 0, only delayed sounds are output. Value can range from 0 to 1.

double dry() nothrow @property @nogc;

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