Vixen
02b45cc4
csharp
public enum AudioParameterTarget

What a curve drives on the sound it is attached to.

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

Remarks

Four, and all of them per voice. These are the things a single playing sound owns — which is what makes a parameter per-instance and therefore what makes "this player is underwater and that one is not" expressible at all. Bus gains, sends and effect properties are shared by everything routed through them, so they are driven by AudioBusParameterTarget from an engine-wide parameter instead.

Fields and properties (4)

  • GainDb

    A level, in decibels, added to the sound's own.

  • PitchSemitones

    A transposition, in semitones, on top of the sound's own pitch.

  • LowPassHz

    A low-pass cutoff in hertz. The muffling one.

  • HighPassHz

    A high-pass cutoff in hertz — thinning rather than muffling.

Used by (10)

  • AudioAutomationVixen.Audio
  • AudioAutomationAssetVixen.Audio
  • AudioParameterSheetVixen.Audio
  • AudioParameterSheetTestsVixen.Audio.Tests
  • BuiltinParameterTestsVixen.Audio.Tests
  • LayeredEventTestsVixen.Audio.Tests
  • OcclusionTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_AudioAutomationAssetSerializerVixen.Audio
  • VoiceParameterTestsVixen.Audio.Tests