upd VMBuses

This commit is contained in:
Onyx and Iris 2026-01-07 14:38:53 +00:00
parent b2dda092aa
commit 5992e25c79

View File

@ -6,7 +6,7 @@ Buttons = IntEnum(
# Voicemeeter Channels
VMStrips = IntEnum('Strips', 'onyx_mic iris_mic onyx_pc iris_pc st_input_5 system comms pretzel', start=0)
VMBuses = IntEnum('Buses', 'onyx_mic iris_mic both_mics', start=5)
VMBuses = IntEnum('Buses', 'system comms pretzel game_pcs onyx_mic iris_mic both_mics', start=1)
# VBAN Channels
VBANChannels = IntEnum('VBANChannels', 'onyx_mic iris_mic comms workstation', start=0)