csharp
public record class AudioBusAutomationOne 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 BusWhich bus, by name.
public AudioBusParameterTarget TargetWhat on it.
public string SendFor SendDb, the bus sent to.
public int EffectFor EffectProperty, which insert on the bus.
public string PropertyFor EffectProperty, the knob's own name.
public AudioCurve CurveHow 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