Function AudioEffectDelay.feedbackLowpass

Low-pass filter for feedback, in Hz. Frequencies below this value are filtered out of the source signal.

double feedbackLowpass() nothrow @property @nogc;

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