voicemeeter/examples/vm-cli/README.md
onyx-and-iris 2c6baf20e4 vm-cli reworked.
now accepts -kind and -delay flags.

arg parsing moved into separate run_commands function.

README added to vm-cli example
2022-09-18 05:39:42 +01:00

756 B

About

A simple voicemeeter-cli program. Offers ability to toggle, get and set parameters.

Use

Toggle with ! prefix, get by excluding = and set by including =. Mix and match arguments. You may pass an optional flag -kind to set the kind of Voicemeeter. Defaults to banana. You may pass an optional flag -delay to set a delay on the getters. Defaults to 15ms.

for example:

go run .\main.go -kind=potato -delay=18 strip[0].mute=0 strip[0].mute !strip[0].mute strip[0].mute bus[0].gain=-8.8 command.lock=1

Expected output:

Logged into Voicemeeter potato
Running command strip[0].mute=0
Value of strip[0].mute is: 0
Toggling strip[0].mute
Value of strip[0].mute is: 1
Running command bus[0].gain=-8.8
Running command command.lock=1