lateReflectionsModulationFrequency property

  1. @SettingDefaults<double>(defaultValue: 0.5, min: 0.01, max: 100.0)
double lateReflectionsModulationFrequency
final

The frequency of the modulation of the delay lines in the feedback paths.

Implementation

@SettingDefaults(
  defaultValue: 0.5,
  min: 0.01,
  max: 100.0,
)
final double lateReflectionsModulationFrequency;