mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 05:23:32 +00:00
update docs
This commit is contained in:
15
README.md
15
README.md
@@ -440,6 +440,21 @@ $vmr.command.Load("path/to/filename.xml")
|
||||
$vmr.command.RunMacrobuttons()
|
||||
```
|
||||
|
||||
### Fx
|
||||
|
||||
The following Fx commands are available:
|
||||
|
||||
- Reverb.on: bool
|
||||
- Reverb.ab: bool
|
||||
- Delay.on: bool
|
||||
- Delay.ab: bool
|
||||
|
||||
for example:
|
||||
|
||||
```powershell
|
||||
$vmr.fx.reverb.ab = $false
|
||||
```
|
||||
|
||||
### Patch
|
||||
|
||||
The following Patch commands are available:
|
||||
|
||||
Reference in New Issue
Block a user