mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
add RunMacrobuttons(), CloseMacrobuttons()
This commit is contained in:
parent
e7c648f1d0
commit
108731b4cf
@ -402,6 +402,8 @@ The following commands are available:
|
||||
The following methods are available:
|
||||
|
||||
- Load($filepath): string
|
||||
- RunMacrobuttons(): Launches the macrobuttons app
|
||||
- CloseMacrobuttons(): Closes the macrobuttons app
|
||||
|
||||
example:
|
||||
|
||||
@ -411,6 +413,8 @@ $vmr.command.show
|
||||
$vmr.command.lock = $true
|
||||
|
||||
$vmr.command.Load("path/to/filename.xml")
|
||||
|
||||
$vmr.command.RunMacrobuttons()
|
||||
```
|
||||
|
||||
### Recorder
|
||||
|
Loading…
Reference in New Issue
Block a user