unreal.SoundModulationLFOParams

class unreal.SoundModulationLFOParams(shape: SoundModulationLFOShape = Ellipsis, exponential_factor: float = 0.0, width: float = 0.0, amplitude: float = 0.0, frequency: float = 0.0, offset: float = 0.0, phase: float = 0.0, looping: bool = False, bypass: bool = False)

Bases: StructBase

Sound Modulation LFOParams

C++ Source:

  • Plugin: AudioModulation

  • Module: AudioModulation

  • File: SoundModulationLFO.h

Editor Properties: (see get_editor_property/set_editor_property)

  • amplitude (float): [Read-Write] Amplitude: Amplitude of oscillator

  • bypass (bool): [Read-Write] Bypass: If true, bypasses LFO bus from being modulated by parameters, patches, or mixed (LFO remains active and computed).

  • exponential_factor (float): [Read-Write] Exponential Factor: Factor increasing/decreasing curvature of exponential LFO shape.

  • frequency (float): [Read-Write] Frequency: Frequency of oscillator

  • looping (bool): [Read-Write] Looping: Whether or not to loop the oscillation more than once

  • offset (float): [Read-Write] Offset: Amplitude offset of oscillator

  • phase (float): [Read-Write] Phase: Unit phase offset of oscillator

  • shape (SoundModulationLFOShape): [Read-Write] Shape: Shape of oscillating waveform

  • width (float): [Read-Write] Width: Pulse width of square LFO shape.

property amplitude: float

[Read-Write] Amplitude: Amplitude of oscillator

Type:

(float)

property bypass: bool

[Read-Write] Bypass: If true, bypasses LFO bus from being modulated by parameters, patches, or mixed (LFO remains active and computed).

Type:

(bool)

property exponential_factor: float

[Read-Write] Exponential Factor: Factor increasing/decreasing curvature of exponential LFO shape.

Type:

(float)

property frequency: float

[Read-Write] Frequency: Frequency of oscillator

Type:

(float)

property looping: bool

[Read-Write] Looping: Whether or not to loop the oscillation more than once

Type:

(bool)

property offset: float

[Read-Write] Offset: Amplitude offset of oscillator

Type:

(float)

property phase: float

[Read-Write] Phase: Unit phase offset of oscillator

Type:

(float)

property shape: SoundModulationLFOShape

[Read-Write] Shape: Shape of oscillating waveform

Type:

(SoundModulationLFOShape)

property width: float

[Read-Write] Width: Pulse width of square LFO shape.

Type:

(float)