fix weird code?

This commit is contained in:
onyx-and-iris 2023-07-11 19:45:43 +01:00
parent 07b04d16d8
commit b0acde6a52

View File

@ -691,8 +691,8 @@ vm.apply(
Or for each class you may do:
```python
vm.strip[0].apply(mute: True, gain: 3.2, A1: True)
vm.vban.outstream[0].apply(on: True, name: 'streamname', bit: 24)
vm.strip[0].apply({"mute": True, "gain": 3.2, "A1": True})
vm.vban.outstream[0].apply({"on": True, "name": "streamname", "bit": 24})
```
## Config Files