mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
fix bus number in levels example
This commit is contained in:
parent
d794bd4b78
commit
77003940f2
@ -16,7 +16,7 @@ def main():
|
|||||||
"\n".join(
|
"\n".join(
|
||||||
[
|
[
|
||||||
f"{vm.strip[5]}: {vm.strip[5].levels.postmute}",
|
f"{vm.strip[5]}: {vm.strip[5].levels.postmute}",
|
||||||
f"{vm.bus[1]}: {vm.bus[0].levels.all}",
|
f"{vm.bus[0]}: {vm.bus[0].levels.all}",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user