mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-04-19 15:53:31 +00:00
bus mono now a ButtonMenu.
this allows users to select between `mono off`, `mono on` and `stereo reverse`. This properly reflects the Voicemeter GUI.
This commit is contained in:
@@ -155,6 +155,10 @@ def get_bus_modes(vm) -> list:
|
||||
]
|
||||
|
||||
|
||||
def get_bus_mono() -> list:
|
||||
return ['off', 'on', 'stereo reverse']
|
||||
|
||||
|
||||
def check_bounds(val, bounds: tuple) -> int | float:
|
||||
lower, upper = bounds
|
||||
if val > upper:
|
||||
|
||||
Reference in New Issue
Block a user