Vixen
02b45cc4
csharp
public readonly record struct AudioParameterResult

Everything the automation of one set of parameters worked out, in one value.

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

Fields and properties (5)

  • public float GainDb

    A level, in decibels, to add.

  • public float PitchSemitones

    A transposition to add.

  • public float LowPassHz

    A cutoff, or zero for no filter.

  • public float HighPassHz

    A cutoff, or zero for no filter.

  • public static AudioParameterResult None

    Nothing changed: unity gain, unaltered pitch, no filters.

Methods (1)

  • public AudioParameterResult(float GainDb, float PitchSemitones, float LowPassHz, float HighPassHz)

    Everything the automation of one set of parameters worked out, in one value.

Used by (3)

  • AudioParameterSheetVixen.Audio
  • AudioParameterSheetTestsVixen.Audio.Tests
  • VoiceParametersVixen.Audio