mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-13 10:33:30 +00:00
fix bus number in levels example
This commit is contained in:
@@ -16,7 +16,7 @@ def main():
|
||||
"\n".join(
|
||||
[
|
||||
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}",
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user