unreal.SoundModulationLFOParams

class unreal.SoundModulationLFOParams(shape=SoundModulationLFOShape.SINE, amplitude=0.5, frequency=1.0, offset=0.5, looping=True, bypass=False)

Bases: unreal.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).

  • 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: Offset of oscillator

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

property amplitude

[Read-Write] Amplitude: Amplitude of oscillator

Type

(float)

property bypass

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

Type

(bool)

property frequency

[Read-Write] Frequency: Frequency of oscillator

Type

(float)

property looping

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

Type

(bool)

property offset

[Read-Write] Offset: Offset of oscillator

Type

(float)

property shape

[Read-Write] Shape: Shape of oscillating waveform

Type

(SoundModulationLFOShape)