csharp
public readonly record struct AudioParameterResultEverything 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 GainDbA level, in decibels, to add.
public float PitchSemitonesA transposition to add.
public float LowPassHzA cutoff, or zero for no filter.
public float HighPassHzA cutoff, or zero for no filter.
public static AudioParameterResult NoneNothing 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