mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-05 05:07:47 +00:00
update docs
This commit is contained in:
parent
438fa525da
commit
8d97df2d92
@ -17,6 +17,7 @@ Before any major/minor/patch is released all test units will be run to verify th
|
||||
- Option class
|
||||
- Device classes
|
||||
- EQ class
|
||||
- FX class
|
||||
|
||||
## [3.3.0] - 2024-06-29
|
||||
|
||||
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user