From 77ba347e99a708830bbf0f7fd7648aa99cd84485 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 15 Jul 2023 08:17:18 +0100 Subject: [PATCH] fix bus.eq.on example in readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d786e0..66ee59a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # 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) @@ -251,7 +251,6 @@ The following properties are available. example: ```python -vban.bus[4].eq = true print(vban.bus[0].label) ``` @@ -262,6 +261,10 @@ The following properties are available. - `on`: boolean - `ab`: boolean +```python +vban.bus[4].eq.on = true +``` + ##### Modes The following properties are available.