pitchBend property

The pitch bend for this generator.

Implementation

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