diff --git a/CHANGELOG.md b/CHANGELOG.md index f298a35..e4809d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index aa08db7..8343c6a 100644 --- a/README.md +++ b/README.md @@ -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