filterDirect property

The filter direct property.

Implementation

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