unreal.SourceEffectChorusBaseSettings
¶
- class unreal.SourceEffectChorusBaseSettings(depth=0.2, frequency=2.0, feedback=0.3, wet_level=0.5, dry_level=0.5, spread=0.0)¶
Bases:
unreal.StructBase
Source Effect Chorus Base Settings
C++ Source:
Plugin: Synthesis
Module: Synthesis
File: SourceEffectChorus.h
Editor Properties: (see get_editor_property/set_editor_property)
depth
(float): [Read-Write] The depth of the chorus effectdry_level
(float): [Read-Write] The dry level of the chorus effectfeedback
(float): [Read-Write] The feedback of the chorus effectfrequency
(float): [Read-Write] The frequency of the chorus effectspread
(float): [Read-Write] The spread of the effect (larger means greater difference between left and right delay lines)wet_level
(float): [Read-Write] The wet level of the chorus effect