mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
add note about += and -= to README
add increment/decrement instructions to example_commands
This commit is contained in:
parent
faad5bc2c8
commit
3ec98ea391
@ -27,7 +27,7 @@ Where:
|
|||||||
## `API Commands`
|
## `API Commands`
|
||||||
|
|
||||||
- Commands starting with `!` will be toggled, use it with boolean parameters.
|
- Commands starting with `!` will be toggled, use it with boolean parameters.
|
||||||
- Commands containing `=` will set a value.
|
- Commands containing `=` will set a value. (use `+=` and `-=` to increment/decrement)
|
||||||
- All other commands with get a value.
|
- All other commands with get a value.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
strip[0].mute !strip[0].mute strip[0].mute strip[0].gain strip[0].label=podmic strip[0].label
|
strip[0].mute !strip[0].mute strip[0].mute strip[0].gain strip[0].label=podmic strip[0].label
|
||||||
strip[1].mute=1 strip[1].mute
|
strip[1].mute=1 strip[1].mute strip[1].limit-=8
|
||||||
bus[0].label bus[0].gain=-8.3
|
strip[2].gain-=5 strip[2].comp+=4.8
|
||||||
|
bus[0].label
|
||||||
|
bus[1].gain-=5.8
|
Loading…
Reference in New Issue
Block a user