lateReflectionsDelay property

SynthizerAutomatableDoubleProperty lateReflectionsDelay

The late reflections delay.

Implementation

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