getBiquad method

Biquad getBiquad(
  1. int index
)
inherited

Implementation

Biquad getBiquad(int index) {
  return _biquads[index];
}