mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-01-18 08:41:08 +00:00
add example_commands.txt
add Debug flag to Script files example
This commit is contained in:
parent
85a47098e1
commit
9b6733a7f7
@ -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:
|
Scripts can be loaded from text files, for example:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
./vbantxt-cli $(Get-Content .\example_commands.txt)
|
./vbantxt-cli -D1 $(Get-Content .\example_commands.txt)
|
||||||
```
|
```
|
||||||
|
7
example_commands.txt
Normal file
7
example_commands.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user