unreal.SourceEffectEnvelopeFollowerSettings
¶
- class unreal.SourceEffectEnvelopeFollowerSettings(attack_time=10.0, release_time=100.0, peak_mode=EnvelopeFollowerPeakMode.PEAK, is_analog_mode=True)¶
Bases:
unreal.StructBase
Source Effect Envelope Follower Settings
C++ Source:
Plugin: Synthesis
Module: Synthesis
File: SourceEffectEnvelopeFollower.h
Editor Properties: (see get_editor_property/set_editor_property)
attack_time
(float): [Read-Write] The attack time of the envelope follower in millisecondsis_analog_mode
(bool): [Read-Write] Whether or not the envelope follower is in analog modepeak_mode
(EnvelopeFollowerPeakMode): [Read-Write] The peak mode of the envelope followerrelease_time
(float): [Read-Write] The release time of the envelope follower in milliseconds
- property attack_time¶
[Read-Write] The attack time of the envelope follower in milliseconds
- Type
(float)
- property is_analog_mode¶
[Read-Write] Whether or not the envelope follower is in analog mode
- Type
(bool)
- property peak_mode¶
[Read-Write] The peak mode of the envelope follower
- Type