Vixen
02b45cc4
csharp
public record class FilterEffectAsset

A biquad, as a file declares it.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • public BiquadFilterKind Kind

    Which shape.

  • public float Frequency

    Its cutoff or centre, in hertz.

  • public float Q

    Its resonance.

  • public float GainDb

    How much to boost or cut, for the peaking and shelf shapes.

  • public bool Enabled

    Whether the effect starts switched on.

Methods (1)

  • public IAudioEffect Create()

    Builds the effect this describes.

Used by (4)

  • MixerAssetTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_FilterEffectAssetSerializerVixen.Audio
  • AudioMixerViewVixen.Editor.AssetEditors