mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
Update README.md
rename section special to command. include vban as hash key option in section multiple parameters
This commit is contained in:
parent
57e5368752
commit
aa7f7f44ca
@ -75,7 +75,7 @@ parameter that does not exist for that version of Voicemeeter the wrapper will
|
|||||||
throw an error. So make sure what you are settings actually exists.
|
throw an error. So make sure what you are settings actually exists.
|
||||||
|
|
||||||
### Multiple parameters
|
### Multiple parameters
|
||||||
Set many strip/bus/macrobutton parameters at once, for Example
|
Set many strip/bus/macrobutton/vban parameters at once, for Example
|
||||||
```powershell
|
```powershell
|
||||||
Import-Module Voicemeeter
|
Import-Module Voicemeeter
|
||||||
|
|
||||||
@ -152,7 +152,7 @@ $vmr.vban.instream[2].port = 6990
|
|||||||
$vmr.vban.outstream[3].bit = 16
|
$vmr.vban.outstream[3].bit = 16
|
||||||
```
|
```
|
||||||
|
|
||||||
### Special
|
### Command
|
||||||
Certain 'special' commands are defined by the API as performing actions rather than setting values.
|
Certain 'special' commands are defined by the API as performing actions rather than setting values.
|
||||||
|
|
||||||
The following methods are available:
|
The following methods are available:
|
||||||
|
Loading…
Reference in New Issue
Block a user