update docs

This commit is contained in:
pblivingston 2025-12-01 12:06:51 -05:00
parent 36d4e5f6c4
commit 2def27573d
2 changed files with 7 additions and 2 deletions

View File

@ -23,6 +23,7 @@ Before any major/minor/patch is released all test units will be run to verify th
- on, write-only - on, write-only
- name, write-only - name, write-only
- ip, write-only - ip, write-only
- Bus.Sel, Bus.Monitor, Bus.Vaio
### Changed ### Changed
@ -31,6 +32,8 @@ Before any major/minor/patch is released all test units will be run to verify th
- name - name
- ip - ip
- cast vban getters to types for consistency - 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 ### Fixed

View File

@ -234,8 +234,10 @@ $vmr.strip[2].levels.PreFader() -Join ', ' | Write-Host
The following bus commands are available: The following bus commands are available:
- mute: bool - mute: bool
- mono: bool - sel: bool
- limit: int, from -40 to 12 - monitor: bool
- vaio: bool
- mono: int, 0 off, 1 mono, 2 stereo reverse
- gain: float, from -60.0 to 12.0 - gain: float, from -60.0 to 12.0
- label: string - label: string
- returnreverb: float, from 0.0 to 10.0 - returnreverb: float, from 0.0 to 10.0