Vixen
02b45cc4
csharp
public record class DelayEffectAsset

A delay, as a file declares it.

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

Fields and properties (8)

  • public float DelaySeconds

    How long until the first repeat.

  • public float MaxDelaySeconds

    The longest it can later be set to, which is what sizes the delay lines.

  • public float Feedback

    How much of each repeat feeds the next.

  • public float Wet

    How much of the delayed signal to add.

  • public float Dry

    How much of the untouched signal to keep.

  • public float DampingHz

    Where the low-pass in the feedback path sits, in hertz.

  • public bool PingPong

    Whether the repeats alternate between the speakers.

  • 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_DelayEffectAssetSerializerVixen.Audio
  • AudioMixerViewVixen.Editor.AssetEditors