ReverbPreset constructor
const
ReverbPreset({
- required String name,
- double meanFreePath = 0.1,
- double t60 = 0.3,
- double lateReflectionsLfRolloff = 1.0,
- double lateReflectionsLfReference = 200.0,
- double lateReflectionsHfRolloff = 0.5,
- double lateReflectionsHfReference = 500.0,
- double lateReflectionsDiffusion = 1.0,
- double lateReflectionsModulationDepth = 0.01,
- double lateReflectionsModulationFrequency = 0.5,
- double lateReflectionsDelay = 0.03,
- double gain = 0.5,
Create a preset.
Implementation
const ReverbPreset({
required this.name,
this.meanFreePath = 0.1,
this.t60 = 0.3,
this.lateReflectionsLfRolloff = 1.0,
this.lateReflectionsLfReference = 200.0,
this.lateReflectionsHfRolloff = 0.5,
this.lateReflectionsHfReference = 500.0,
this.lateReflectionsDiffusion = 1.0,
this.lateReflectionsModulationDepth = 0.01,
this.lateReflectionsModulationFrequency = 0.5,
this.lateReflectionsDelay = 0.03,
this.gain = 0.5,
});