Vixen
02b45cc4
csharp
public record class AudioBusAutomation

One mapping from an engine-wide parameter onto part of the mix.

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

Remarks

Buses, sends and effects are named rather than indexed, exactly as MixerAsset names them: an index is a position in whatever order the mixer happened to be built in, and it moves the day somebody inserts a bus.

Fields and properties (6)

  • public string Bus

    Which bus, by name.

  • public AudioBusParameterTarget Target

    What on it.

  • public string Send

    For SendDb, the bus sent to.

  • public int Effect

    For EffectProperty, which insert on the bus.

  • public string Property

    For EffectProperty, the knob's own name.

  • public AudioCurve Curve

    How the parameter's range maps onto the target's unit.

Used by (5)

  • AudioBusParameterAssetVixen.Audio
  • AudioBusParameterDefinitionVixen.Audio
  • MixControlTestsVixen.Audio.Tests
  • MixerParameterTestsVixen.Audio.Tests
  • MixerParametersVixen.Audio