vaio, knobs

- vaio bool on physical strips
- denoiser.threshold
- StripAudibility class with knob float
- knob getters/setters types

prelim pester tests for potato and basic pass
This commit is contained in:
pblivingston
2025-12-07 13:55:42 -05:00
parent 0bdfb1c38f
commit 2cf265b3b6
4 changed files with 65 additions and 7 deletions

View File

@@ -122,6 +122,7 @@ The following strip commands are available:
- solo: bool
- A1-A5: bool
- B1-B3: bool
- vaio: bool
- limit: float, from -40.00 to 12.00
- gain: float, from -60.00 to 12.00
- label: string
@@ -199,6 +200,7 @@ $vmr.strip[3].gate.threshold = -40.5
The following strip.denoiser commands are available:
- knob: float, from 0.00 to 10.00
- threshold: float, from 0.00 to 10.00
for example:
@@ -206,6 +208,18 @@ for example:
$vmr.strip[3].denoiser.knob = 5
```
#### audibility
The following strip.audibility commands are available:
- knob: float, from 0.00 to 10.00
for example:
```powershell
$vmr.strip[1].audibility.knob = 2.66
```
#### AppGain | AppMute
- AppGain($appname or $appindex, $gain) : string or int, float, from 0.00 to 1.00