lateReflectionsModulationDepth property

  1. @SettingDefaults<double>(defaultValue: 0.01, min: 0.0, max: 0.3)
double lateReflectionsModulationDepth
final

The depth of the modulation of the delay lines on the feedback path in seconds.

Implementation

@SettingDefaults(
  defaultValue: 0.01,
  min: 0.0,
  max: 0.3,
)
final double lateReflectionsModulationDepth;