Vixen
02b45cc4
csharp
public record class AudioBusAutomationAsset

One mapping from an engine-wide parameter onto part of the mix, as a file declares it.

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

Fields and properties (6)

  • public string Bus

    Which bus, by name.

  • public AudioBusParameterTarget Target

    What on it.

  • public string Send

    For a send, the bus sent to.

  • public int Effect

    For an effect property, which insert on the bus.

  • public string Property

    For an effect property, the knob's own name. Matched exactly.

  • public AudioCurveAsset Curve

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

Used by (5)

  • AudioBusParameterAssetVixen.Audio
  • MixerParameterTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_AudioBusAutomationAssetSerializerVixen.Audio
  • Vixen_Audio_Assets_AudioBusParameterAssetSerializerVixen.Audio