mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
fix apply in readme.
This commit is contained in:
parent
90e994c193
commit
8f9ac47d02
10
README.md
10
README.md
@ -281,19 +281,19 @@ vban.command.showvbanchat = true
|
||||
Set many strip/bus parameters at once, for example:
|
||||
|
||||
```python
|
||||
vban.apply(
|
||||
vban.apply(
|
||||
{
|
||||
"strip-2": {"A1": True, "B1": True, "gain": -6.0},
|
||||
"bus-2": {"mute": True},
|
||||
"strip-0": {"A1": True, "B1": True, "gain": -6.0},
|
||||
"bus-1": {"mute": True, "mode": "composite"},
|
||||
}
|
||||
)
|
||||
)
|
||||
```
|
||||
|
||||
Or for each class you may do:
|
||||
|
||||
```python
|
||||
vban.strip[0].apply(mute: true, gain: 3.2, A1: true)
|
||||
vban.outstream[0].apply(on: true, name: 'streamname', bit: 24)
|
||||
vban.bus[0].apply(A1: true)
|
||||
```
|
||||
|
||||
## Config Files
|
||||
|
Loading…
Reference in New Issue
Block a user