lateReflectionsDiffusion property

SynthizerAutomatableDoubleProperty lateReflectionsDiffusion

The late reflections diffusion.

Implementation

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