mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
add Interactive Mode section to README.
This commit is contained in:
parent
f88fb9b994
commit
41bf1322ac
17
README.md
17
README.md
@ -16,7 +16,7 @@
|
||||
|
||||
Where:
|
||||
|
||||
- `i`: Enable interactive mode. If set any api commands passed will be ignored.
|
||||
- `i`: Enable interactive mode. If set, any api commands passed on the command line will be ignored.
|
||||
- `k`: The kind of Voicemeeter (basic, banana or potato). Use this to launch the GUI.
|
||||
- `D`: Set log level 0=TRACE, 1=DEBUG, 2=INFO, 3=WARN, 4=ERROR, 5=FATAL
|
||||
|
||||
@ -36,6 +36,21 @@ Launch banana GUI, set log level to DEBUG, set Strip 0 label to podmic then prin
|
||||
|
||||
`./vmrcli.exe -kbanana -D1 strip[0].label=podmic strip[2].label`
|
||||
|
||||
## `Interactive Mode`
|
||||
|
||||
Running the following command in Powershell:
|
||||
|
||||
`./vmrcli.exe -i`
|
||||
|
||||
Will open an interactive prompt:
|
||||
|
||||
```powershell
|
||||
Interactive mode enabled. Enter 'Q' to exit.
|
||||
>>
|
||||
```
|
||||
|
||||
API commands follow the same rules as listed above. Entering `Q` or `q` will exit the program.
|
||||
|
||||
## `Script files`
|
||||
|
||||
Scripts can be loaded from text files, for example in Powershell:
|
||||
|
Loading…
Reference in New Issue
Block a user