From 9b6733a7f7d74a4b4b8b4a0335b7fb9c70f47db6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 26 Jun 2024 17:17:11 +0100 Subject: [PATCH] add example_commands.txt add Debug flag to Script files example --- README.md | 2 +- example_commands.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 example_commands.txt diff --git a/README.md b/README.md index 75c9f4b..015c7fa 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ Launch banana GUI, set debug level to DEBUG, set Strip 0 label to podmic then pr Scripts can be loaded from text files, for example: ```powershell -./vbantxt-cli $(Get-Content .\example_commands.txt) +./vbantxt-cli -D1 $(Get-Content .\example_commands.txt) ``` diff --git a/example_commands.txt b/example_commands.txt new file mode 100644 index 0000000..f7c6629 --- /dev/null +++ b/example_commands.txt @@ -0,0 +1,7 @@ +strip[0].mute +!strip[0].mute +strip[0].mute +strip[1].mute=1 +strip[1].mute +strip[0].gain +strip[0].label \ No newline at end of file