unreal.SubmixEffectDelayPreset

class unreal.SubmixEffectDelayPreset(outer=None, name='None')

Bases: unreal.SoundEffectSubmixPreset

USubmixEffectDelayPreset Class which processes audio streams and uses parameters defined in the preset class.

C++ Source:

  • Plugin: Synthesis

  • Module: Synthesis

  • File: SubmixEffectDelay.h

Editor Properties: (see get_editor_property/set_editor_property)

  • settings (SubmixEffectDelaySettings): [Read-Write] Settings

get_max_delay_in_milliseconds()float

Get the maximum delay possible.

Returns

Return type

float

set_delay(length)None

Set how long the delay actually is, in milliseconds.

Parameters

length (float) –

set_interpolation_time(time)None

Set the time it takes to interpolate between parameters, in milliseconds.

Parameters

time (float) –

set_settings(settings)None

Set all tap delay setting. This will replace any dynamically added or modified taps.

Parameters

settings (SubmixEffectDelaySettings) –

property settings

[Read-Write] Settings

Type

(SubmixEffectDelaySettings)