mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
Update README.md
pester tests pass against latest versions of vm. readme updated to reflect changes to vban class
This commit is contained in:
parent
414cb9710b
commit
186e6ae191
12
README.md
12
README.md
@ -6,9 +6,9 @@ but not every feature is added.
|
|||||||
For past/future changes to this project refer to: [CHANGELOG](CHANGELOG.md)
|
For past/future changes to this project refer to: [CHANGELOG](CHANGELOG.md)
|
||||||
|
|
||||||
## Tested against
|
## Tested against
|
||||||
- Basic 1.0.7.8
|
- Basic 1.0.8.1
|
||||||
- Banana 2.0.5.8
|
- Banana 2.0.6.1
|
||||||
- Potato 3.0.1.8
|
- Potato 3.0.2.1
|
||||||
|
|
||||||
You may have success with many commands in earlier versions but some commands
|
You may have success with many commands in earlier versions but some commands
|
||||||
(example Macrobuttons) were only added to the API in later releases.
|
(example Macrobuttons) were only added to the API in later releases.
|
||||||
@ -140,9 +140,9 @@ to those parameters will throw an error. They are read and write for outstreams.
|
|||||||
|
|
||||||
example:
|
example:
|
||||||
```powershell
|
```powershell
|
||||||
$vmr.vban_in[0].on = $true
|
$vmr.vban.instream[0].on = $true
|
||||||
$vmr.vban_in[2].port = 6990
|
$vmr.vban.instream[2].port = 6990
|
||||||
$vmr.vban_out[3].bit = 16
|
$vmr.vban.outstream[3].bit = 16
|
||||||
```
|
```
|
||||||
|
|
||||||
### Special
|
### Special
|
||||||
|
Loading…
Reference in New Issue
Block a user