Vixen
02b45cc4
csharp
public record class DistortionEffectAsset

A distortion, 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 DistortionCurve Curve

    Which curve.

  • public float DriveDb

    How hard the signal is pushed into it, in decibels.

  • public float OutputDb

    A gain applied after it, in decibels.

  • public float Mix

    How much of the bent 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_DistortionEffectAssetSerializerVixen.Audio