fix bus.mono type (bool -> int)

patch bump
This commit is contained in:
2026-03-07 21:23:08 +00:00
parent 3d56ba99b6
commit 00ac5b1428
3 changed files with 7 additions and 7 deletions

View File

@@ -277,7 +277,7 @@ Level properties will return -200.0 if no audio detected.
The following properties are available.
- `mono`: boolean
- `mono`: int, from 0 up to 2
- `mute`: boolean
- `sel`: boolean
- `gain`: float, from -60.0 to 12.0
@@ -294,7 +294,7 @@ example:
vm.bus[3].gain = 3.7
print(vm.bus[0].label)
vm.bus[4].mono = True
vm.bus[4].mono = 2
```
##### Bus.EQ