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