csharp
public enum DistortionCurveWhich 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)
SoftClipA hyperbolic tangent: rounds the peaks off gradually, and never quite reaches the rail.
HardClipFlat tops. What a clamp does, made deliberate.
OverdriveA cubic curve that goes flat exactly at the rail. The classic overdrive shape.
FoldbackPast 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