Vixen
02b45cc4
csharp
public readonly record struct MixControlInfo

What a knob is, when it is being described rather than turned.

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

Fields and properties (5)

  • public string Path

    How to name it — bus/Music/gain, bus/Music/effect/0/Wet.

  • public MixControlKind Kind

    What sort of thing it is.

  • public float Value

    Where it currently sits.

  • public float Minimum

    A sensible bottom for a slider, which is not always a hard limit.

  • public float Maximum

    A sensible top.

Methods (1)

  • public MixControlInfo(string Path, MixControlKind Kind, float Value, float Minimum, float Maximum)

    What a knob is, when it is being described rather than turned.

Used by (3)

  • MixControlVixen.Audio
  • MixControlServerVixen.Audio
  • MixControlTestsVixen.Audio.Tests