Vixen
02b45cc4
csharp
public record class GateEffectAsset

A 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 ThresholdDb

    The level below which it starts closing.

  • public float KneeDb

    How far below that it must fall before it is fully shut.

  • public float RangeDb

    How far down a closed gate goes.

  • public float AttackSeconds

    How quickly it opens.

  • public float HoldSeconds

    How long it stays open after the signal has fallen back.

  • public float ReleaseSeconds

    How slowly it closes once the hold has run out.

  • public bool Enabled

    Whether 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