csharp
public record class GateEffectAssetA noise gate, as a file declares it.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
public float ThresholdDbThe level below which it starts closing.
public float KneeDbHow far below that it must fall before it is fully shut.
public float RangeDbHow far down a closed gate goes.
public float AttackSecondsHow quickly it opens.
public float HoldSecondsHow long it stays open after the signal has fallen back.
public float ReleaseSecondsHow slowly it closes once the hold has run out.
public bool EnabledWhether the effect starts switched on.
Methods (1)
public IAudioEffect Create()Builds the effect this describes.
Used by (3)
- TypeRegistrationVixen.Audio
- Vixen_Audio_Assets_GateEffectAssetSerializerVixen.Audio
- AudioMixerViewVixen.Editor.AssetEditors