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
36d4e5f6c4
commit
2def27573d
@ -23,6 +23,7 @@ Before any major/minor/patch is released all test units will be run to verify th
|
||||
- on, write-only
|
||||
- name, write-only
|
||||
- ip, write-only
|
||||
- Bus.Sel, Bus.Monitor, Bus.Vaio
|
||||
|
||||
### Changed
|
||||
|
||||
@ -31,6 +32,8 @@ Before any major/minor/patch is released all test units will be run to verify th
|
||||
- name
|
||||
- ip
|
||||
- cast vban getters to types for consistency
|
||||
- Bus.Mono -> [int] for stereo reverse
|
||||
- Bus.Levels.Convert return type [float] -> [single] for naming consistency, no functional change
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@ -234,8 +234,10 @@ $vmr.strip[2].levels.PreFader() -Join ', ' | Write-Host
|
||||
The following bus commands are available:
|
||||
|
||||
- mute: bool
|
||||
- mono: bool
|
||||
- limit: int, from -40 to 12
|
||||
- sel: bool
|
||||
- monitor: bool
|
||||
- vaio: bool
|
||||
- mono: int, 0 off, 1 mono, 2 stereo reverse
|
||||
- gain: float, from -60.0 to 12.0
|
||||
- label: string
|
||||
- returnreverb: float, from 0.0 to 10.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user