diff --git a/README.md b/README.md index 54f0ae8..a7aa17c 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/example_commands.txt b/example_commands.txt index e009573..a5a6d85 100644 --- a/example_commands.txt +++ b/example_commands.txt @@ -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 \ No newline at end of file +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 \ No newline at end of file