gain property

The gain of this context.

Implementation

SynthizerAutomatableDoubleProperty get gain =>
    SynthizerAutomatableDoubleProperty(
      context: this,
      targetHandle: handle,
      property: Properties.gain,
    );