fix bus.eq.on example in readme

This commit is contained in:
onyx-and-iris 2023-07-15 08:17:18 +01:00
parent 94fa33cebf
commit 77ba347e99

View File

@ -8,7 +8,7 @@
# VBAN CMD # VBAN CMD
This python interface allows you to get and set Voicemeeter parameter values over a network. This python interface allows you to transmit Voicemeeter parameters over a network.
It may be used standalone or to extend the [Voicemeeter Remote Python API](https://github.com/onyx-and-iris/voicemeeter-api-python) It may be used standalone or to extend the [Voicemeeter Remote Python API](https://github.com/onyx-and-iris/voicemeeter-api-python)
@ -251,7 +251,6 @@ The following properties are available.
example: example:
```python ```python
vban.bus[4].eq = true
print(vban.bus[0].label) print(vban.bus[0].label)
``` ```
@ -262,6 +261,10 @@ The following properties are available.
- `on`: boolean - `on`: boolean
- `ab`: boolean - `ab`: boolean
```python
vban.bus[4].eq.on = true
```
##### Modes ##### Modes
The following properties are available. The following properties are available.