unreal.SourceEffectChorusSettings

class unreal.SourceEffectChorusSettings(depth_modulation=[0.0, None], frequency_modulation=[2.0, None], feedback_modulation=[0.3, None], wet_modulation=[0.5, None], dry_modulation=[0.5, None], spread_modulation=[1.0, None])

Bases: unreal.StructBase

Source Effect Chorus Settings

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SourceEffectChorus.h

Editor Properties: (see get_editor_property/set_editor_property)

  • depth (float): [Read-Write] Depth deprecated: Property ‘Depth’ is deprecated.

  • depth_modulation (SoundModulationDestinationSettings): [Read-Write] Depth Modulation: The depth of the chorus effect

  • dry_level (float): [Read-Write] Dry Level deprecated: Property ‘DryLevel’ is deprecated.

  • dry_modulation (SoundModulationDestinationSettings): [Read-Write] Dry Modulation: The dry level of the chorus effect

  • feedback (float): [Read-Write] Feedback deprecated: Property ‘Feedback’ is deprecated.

  • feedback_modulation (SoundModulationDestinationSettings): [Read-Write] Feedback Modulation: The feedback of the chorus effect

  • frequency (float): [Read-Write] Frequency deprecated: Property ‘Frequency’ is deprecated.

  • frequency_modulation (SoundModulationDestinationSettings): [Read-Write] Frequency Modulation: The frequency of the chorus effect

  • spread (float): [Read-Write] Spread deprecated: Property ‘Spread’ is deprecated.

  • spread_modulation (SoundModulationDestinationSettings): [Read-Write] Spread Modulation: The spread of the effect (larger means greater difference between left and right delay lines)

  • wet_level (float): [Read-Write] Wet Level deprecated: Property ‘WetLevel’ is deprecated.

  • wet_modulation (SoundModulationDestinationSettings): [Read-Write] Wet Modulation: The wet level of the chorus effect

property depth

[Read-Write] Depth deprecated: Property ‘Depth’ is deprecated.

Type

(float)

property depth_modulation

[Read-Write] Depth Modulation: The depth of the chorus effect

Type

(SoundModulationDestinationSettings)

property dry_level

[Read-Write] Dry Level deprecated: Property ‘DryLevel’ is deprecated.

Type

(float)

property dry_modulation

[Read-Write] Dry Modulation: The dry level of the chorus effect

Type

(SoundModulationDestinationSettings)

property feedback

[Read-Write] Feedback deprecated: Property ‘Feedback’ is deprecated.

Type

(float)

property feedback_modulation

[Read-Write] Feedback Modulation: The feedback of the chorus effect

Type

(SoundModulationDestinationSettings)

property frequency

[Read-Write] Frequency deprecated: Property ‘Frequency’ is deprecated.

Type

(float)

property frequency_modulation

[Read-Write] Frequency Modulation: The frequency of the chorus effect

Type

(SoundModulationDestinationSettings)

property spread

[Read-Write] Spread deprecated: Property ‘Spread’ is deprecated.

Type

(float)

property spread_modulation

[Read-Write] Spread Modulation: The spread of the effect (larger means greater difference between left and right delay lines)

Type

(SoundModulationDestinationSettings)

property wet_level

[Read-Write] Wet Level deprecated: Property ‘WetLevel’ is deprecated.

Type

(float)

property wet_modulation

[Read-Write] Wet Modulation: The wet level of the chorus effect

Type

(SoundModulationDestinationSettings)