lateReflectionsModulationDepth property

SynthizerAutomatableDoubleProperty lateReflectionsModulationDepth

The late reflections modulation depth.

Implementation

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