add note about += and -= to README

add increment/decrement instructions to example_commands
This commit is contained in:
onyx-and-iris 2024-07-02 11:55:34 +01:00
parent faad5bc2c8
commit 3ec98ea391
2 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -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