filterBandpass method

  1. @override
void filterBandpass(
  1. double frequency,
  2. double bandwidth
)
override

Add a bandpass to this reverb.

Implementation

@override
void filterBandpass(final double frequency, final double bandwidth) {}