Vixen
02b45cc4
csharp
public enum ModulatedDelayKind

Which of the three effects a modulated delay is being.

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

Remarks

The kind sets nothing on its own — it is what the factory methods configure, and it is kept as a value so a preset can say what it meant rather than leaving a reader to infer "chorus" from a delay of 22 ms.

Fields and properties (3)

  • Flanger

    A short, resonant sweep with feedback. Jet planes and 1970s guitars.

  • Chorus

    A longer, gentler sweep with several taps. One voice sounding like three.

  • Vibrato

    The sweep alone, with none of the dry signal. A wobble in the pitch.

Used by (6)

  • MixerAssetTestsVixen.Audio.Tests
  • ModulatedDelayEffectVixen.Audio
  • ModulatedDelayEffectAssetVixen.Audio
  • ModulationEffectTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_ModulatedDelayEffectAssetSerializerVixen.Audio