Skip to content

Commit

Permalink
label for virtual outputs (B1, B2, etc)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-tG committed Dec 12, 2024
1 parent a85d6be commit 559b2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VoicemeeterOsdProgram/Factories/OsdContentFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ private static void AddVirtualOutputs(OsdControl osd)
var name = (m_vmProperties.virtOutputs == 1) ? "B" : $"B{i + 1}";
strip.StripLabel.Text = name;

MakeLabelParam(strip, stripIndex, name, StripType.Output);
MakeFaderParam(strip, stripIndex, StripType.Output);
InitChildElement(strip, strip.FaderCont, StripElements.Fader);

Expand Down

0 comments on commit 559b2e1

Please sign in to comment.