FlangeSoundEffect
Creates a sweeping or swooshing effect on a sound.
Memory category | Instances |
---|
Member index 3
Description
The FlangeSoundEffect creates a sweeping or swooshing effect on the Sound or SoundGroup it is applied to. It does this by copying the original audio signal and playing on top of the original but slightly offset and modulated.
Like all other SoundEffect, a FlangeSoundEffect can be applied either to a Sound or SoundGroup by being parented to either.
History 13
- 553 Change Default of Rate from to 5
- 553 Change Default of Mix from to 0.850000024
- 553 Change Default of Depth from to 0.449999988
- 486 Change ThreadSafety of Rate from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Mix from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Depth from ReadOnly to ReadSafe
- 462 Change ThreadSafety of Rate from to ReadOnly
- 462 Change ThreadSafety of Mix from to ReadOnly
- 462 Change ThreadSafety of Depth from to ReadOnly
- 264 Add Rate
- 264 Add Mix
- 264 Add Depth
- 264 Add FlangeSoundEffect
Members 3
Depth
Type | Default | |
---|---|---|
float | 0.449999988 |
Range: 0.01 to 1 (default 0.45) The intensity of the effect. This value determines how offset the duplicated signal will be from the original. This value is the percentage of the max offset (40ms).
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | true |
Mix
Type | Default | |
---|---|---|
float | 0.850000024 |
Range: 0 to 1 (default 0.85) Percentage of the original sound that will be applied to the filter. Raising this value will make the effect sound louder and be more apparent.
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | true |
Rate
Type | Default | |
---|---|---|
float | 5 |
Range: 0 to 20 (default 5) The frequency that the effect oscillates at. Measured in Hz.
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | true |