mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 18:00:50 +00:00
reduces the bus mode list for basic kind
This commit is contained in:
parent
790ac10d4a
commit
77dfd00541
@ -94,7 +94,14 @@ def get_channel_identifier_list(vm) -> list:
|
|||||||
return identifiers
|
return identifiers
|
||||||
|
|
||||||
|
|
||||||
def get_bus_modes() -> list:
|
def get_bus_modes(vm) -> list:
|
||||||
|
if vm.kind.name == "basic":
|
||||||
|
return [
|
||||||
|
"normal",
|
||||||
|
"amix",
|
||||||
|
"repeat",
|
||||||
|
"composite",
|
||||||
|
]
|
||||||
return [
|
return [
|
||||||
"normal",
|
"normal",
|
||||||
"amix",
|
"amix",
|
||||||
|
Loading…
Reference in New Issue
Block a user