mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-01-18 08:41:08 +00:00
modify example_commands to show multiple instructions per line
Add note in README about change.
This commit is contained in:
parent
97fc9ca9ce
commit
28945b72c5
@ -68,6 +68,8 @@ Scripts can be loaded from text files, for example in Powershell:
|
||||
./vmrcli.exe -D1 $(Get-Content .\example_commands.txt)
|
||||
```
|
||||
|
||||
Multiple API commands can be in a single line but they should be space separated.
|
||||
|
||||
## `Build`
|
||||
|
||||
Run the included `makefile` with [GNU Make](https://www.gnu.org/software/make/).
|
||||
|
@ -1,8 +1,3 @@
|
||||
strip[0].mute
|
||||
!strip[0].mute
|
||||
strip[0].mute
|
||||
strip[1].mute=1
|
||||
strip[1].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
|
||||
bus[0].label bus[0].gain=-8.3
|
Loading…
Reference in New Issue
Block a user