filterInput property

The filter input.

Implementation

SynthizerBiquadConfigProperty get filterInput =>
    SynthizerBiquadConfigProperty(
      synthizer: synthizer,
      targetHandle: handle,
      property: Properties.filterInput,
    );