Vixen
02b45cc4

SpectrumAnalyzerEffectAsset

class Core/Vixen.Audio/Assets/MixerAsset.cs:445
csharp
public record class SpectrumAnalyzerEffectAsset

A spectrum analyser, as a file declares it.

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

Remarks

In the asset because a debug overlay is part of a mix's configuration too: a project that wants a meter on the music bus should be able to say so without a programmer.

Fields and properties (3)

  • public int Size

    How many samples each picture is taken from. A power of two.

  • public float Smoothing

    How much of the previous picture each new one keeps.

  • public bool Enabled

    Whether the effect starts switched on.

Methods (1)

  • public IAudioEffect Create()

    Builds the effect this describes.

Used by (3)

  • MixerAssetTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_SpectrumAnalyzerEffectAssetSerializerVixen.Audio