mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-19 09:43:31 +00:00
Compare commits
2 Commits
v0.13.0
...
9bb7b32f7b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bb7b32f7b | |||
| 23146cf1a0 |
@@ -69,10 +69,10 @@
|
||||
```
|
||||
|
||||
#### **Setting Labels with Spaces**
|
||||
*Set device labels and retrieve values*
|
||||
*Set labels and print them back*
|
||||
|
||||
```powershell
|
||||
.\vmrcli.exe -kbanana -lDEBUG 'strip[0].label="my podmic"' strip[2].label
|
||||
.\vmrcli.exe -kbanana -lDEBUG 'strip[0].label="my podmic"' strip[0].label
|
||||
```
|
||||
|
||||
#### **Device Configuration**
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Strip 0
|
||||
strip[0].mute !strip[0].mute strip[0].mute strip[0].gain strip[0].label=podmic strip[0].label
|
||||
strip[0].mute !strip[0].mute strip[0].mute strip[0].gain strip[0].label="my podmic" strip[0].label
|
||||
|
||||
# Strip 1
|
||||
strip[1].mute=1 strip[1].mute strip[1].limit-=8
|
||||
|
||||
Reference in New Issue
Block a user