From 28945b72c5a76c9265187bf5c1cd88666fc6feb1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 2 Jul 2024 10:14:25 +0100 Subject: [PATCH] modify example_commands to show multiple instructions per line Add note in README about change. --- README.md | 2 ++ example_commands.txt | 11 +++-------- 2 files changed, 5 insertions(+), 8 deletions(-) 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