mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-03-12 12:49:15 +00:00
Compare commits
No commits in common. "main" and "v0.13.0" have entirely different histories.
@ -69,10 +69,10 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### **Setting Labels with Spaces**
|
#### **Setting Labels with Spaces**
|
||||||
*Set labels and print them back*
|
*Set device labels and retrieve values*
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
.\vmrcli.exe -kbanana -lDEBUG 'strip[0].label="my podmic"' strip[0].label
|
.\vmrcli.exe -kbanana -lDEBUG 'strip[0].label="my podmic"' strip[2].label
|
||||||
```
|
```
|
||||||
|
|
||||||
#### **Device Configuration**
|
#### **Device Configuration**
|
||||||
|
|||||||
@ -80,6 +80,6 @@ tasks:
|
|||||||
{{if eq .CLI_ARGS "show"}}
|
{{if eq .CLI_ARGS "show"}}
|
||||||
pwsh -c "bump show -f src/vmrcli.c -p \"#define VERSION .(\d+\.\d+\.\d+).\""
|
pwsh -c "bump show -f src/vmrcli.c -p \"#define VERSION .(\d+\.\d+\.\d+).\""
|
||||||
{{else}}
|
{{else}}
|
||||||
pwsh -c "bump {{.CLI_ARGS}} -w -f src/vmrcli.c -p \"#define VERSION .(\d+\.\d+\.\d+).\" -pp"
|
pwsh -c "bump {{.CLI_ARGS}} -w -f src/vmrcli.c -p \"#define VERSION .(\d+\.\d+\.\d+).\""
|
||||||
pwsh -c "bump {{.CLI_ARGS}} -w -f src/interface.c -f src/util.c -f src/vmrcli.c -f src/wrapper.c -p \"@version (\d+\.\d+\.\d+)\" -pp"
|
pwsh -c "bump {{.CLI_ARGS}} -w -f src/interface.c -f src/util.c -f src/vmrcli.c -f src/wrapper.c -p \"@version (\d+\.\d+\.\d+)\""
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# Strip 0
|
# Strip 0
|
||||||
strip[0].mute !strip[0].mute strip[0].mute strip[0].gain strip[0].label="my podmic" strip[0].label
|
strip[0].mute !strip[0].mute strip[0].mute strip[0].gain strip[0].label=podmic strip[0].label
|
||||||
|
|
||||||
# Strip 1
|
# Strip 1
|
||||||
strip[1].mute=1 strip[1].mute strip[1].limit-=8
|
strip[1].mute=1 strip[1].mute strip[1].limit-=8
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user