Vixen
02b45cc4
csharp
public enum DistortionCurve

Which curve a distortion bends the signal along.

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

Fields and properties (4)

  • SoftClip

    A hyperbolic tangent: rounds the peaks off gradually, and never quite reaches the rail.

  • HardClip

    Flat tops. What a clamp does, made deliberate.

  • Overdrive

    A cubic curve that goes flat exactly at the rail. The classic overdrive shape.

  • Foldback

    Past the rail the waveform folds back on itself instead of flattening.

Used by (7)

  • DistortionEffectVixen.Audio
  • DistortionEffectAssetVixen.Audio
  • MixerAssetTestsVixen.Audio.Tests
  • OversamplingTestsVixen.Audio.Tests
  • ShapingEffectTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_DistortionEffectAssetSerializerVixen.Audio