mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
sendtext remove from readme. its still available but not advised to use.
use apply through dict instead (updates cache)
This commit is contained in:
parent
ce48136cdb
commit
32d740ccca
21
README.md
21
README.md
@ -267,6 +267,10 @@ vban.bus[0].mode.tvmix = True
|
|||||||
|
|
||||||
### `VbanCmd` (lower level)
|
### `VbanCmd` (lower level)
|
||||||
|
|
||||||
|
#### `vban.pdirty`
|
||||||
|
|
||||||
|
True iff a parameter has been changed.
|
||||||
|
|
||||||
#### `vban.set_rt(id_, param, val)`
|
#### `vban.set_rt(id_, param, val)`
|
||||||
|
|
||||||
Sends a string request RT Packet where the command would take the form:
|
Sends a string request RT Packet where the command would take the form:
|
||||||
@ -275,22 +279,9 @@ Sends a string request RT Packet where the command would take the form:
|
|||||||
f'{id_}.{param}={val}'
|
f'{id_}.{param}={val}'
|
||||||
```
|
```
|
||||||
|
|
||||||
#### `vban._get_rt()`
|
#### `vban.public_packet`
|
||||||
|
|
||||||
Used for updating the RT data packet, used internally by the Interface.
|
Returns a data packet with current Voiceemeter states. Designed to be used internally by the interface but available for parsing through this read only property object.
|
||||||
|
|
||||||
```python
|
|
||||||
vban.public_packet = vban._get_rt()
|
|
||||||
```
|
|
||||||
|
|
||||||
#### `vban.sendtext(cmd)`
|
|
||||||
|
|
||||||
Sends a multi parameter TEXT string command, for example:
|
|
||||||
|
|
||||||
```python
|
|
||||||
# Use ';' or ',' for delimiters.
|
|
||||||
vban.sendtext('Strip[0].Mute=1;Strip[3].A3=0;Bus[2].Mute=0;Bus[3].Eq.On=1')
|
|
||||||
```
|
|
||||||
|
|
||||||
### `Errors`
|
### `Errors`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user