mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
reset, save
- removed 'lock' test, corrected README example - can now test 'save', 'reset', 'load' prelim test for potato passes
This commit is contained in:
@@ -428,6 +428,8 @@ The following methods are available:
|
||||
- HideVBANChat()
|
||||
- Restart()
|
||||
- Shutdown()
|
||||
- Reset(): Reset all config
|
||||
- Save($filepath): string
|
||||
- Load($filepath): string
|
||||
- RunMacrobuttons(): Launches the macrobuttons app
|
||||
- CloseMacrobuttons(): Closes the macrobuttons app
|
||||
@@ -437,7 +439,7 @@ example:
|
||||
```powershell
|
||||
$vmr.command.show()
|
||||
|
||||
$vmr.command.lock = $true
|
||||
$vmr.command.lock()
|
||||
|
||||
$vmr.command.Load("path/to/filename.xml")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user