Vixen
02b45cc4
csharp
public enum AudioFadeCurve

How a gain travels from one value to another.

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

Fields and properties (2)

  • Linear

    Straight down the amplitude.

  • Decibel

    Straight down the decibels, which is what a hand on a fader does.

Used by (6)

  • AudioBusVixen.Audio
  • AudioEngineVixen.Audio
  • AudioEventVixen.Audio
  • AudioFadeVixen.Audio
  • FadeStateVixen.Audio
  • FadeTestsVixen.Audio.Tests