Vixen
02b45cc4

ModulatedDelayEffectAsset

class Core/Vixen.Audio/Assets/MixerAsset.cs:273
csharp
public record class ModulatedDelayEffectAsset

A chorus, flanger or vibrato, as a file declares it.

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

Fields and properties (10)

  • public ModulatedDelayKind Kind

    Which of the three it is being.

  • public float DelaySeconds

    The middle of the sweep, in seconds.

  • public float DepthSeconds

    How far either side of that it travels.

  • public float RateHz

    How many times a second the oscillator goes round.

  • public float Feedback

    How much of the output feeds back in.

  • public int Voices

    How many taps to read the line at.

  • public float StereoSpread

    How far apart the channels are swept.

  • public float Wet

    How much of the swept signal to add.

  • public float Dry

    How much of the untouched signal to keep.

  • 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_ModulatedDelayEffectAssetSerializerVixen.Audio