Function AudioEffectReverb.hipass

High-pass filter passes signals with a frequency higher than a certain cutoff frequency and attenuates signals with frequencies lower than the cutoff frequency. Value can range from 0 to 1.

double hipass() nothrow @property @nogc;

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