mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
pitch class
- pitch class added to physical strips prelim pester tests for potato pass manual test for potato passes - recallpreset()
This commit is contained in:
15
README.md
15
README.md
@@ -208,6 +208,21 @@ for example:
|
||||
$vmr.strip[3].denoiser.knob = 5
|
||||
```
|
||||
|
||||
#### pitch
|
||||
|
||||
The following strip.pitch commands are available:
|
||||
|
||||
- on: bool
|
||||
- drywet: float, from -100.00 to 100.00
|
||||
- pitchvalue: float, from -12.00 to 12.00
|
||||
- loformant: float, from -12.00 to 12.00
|
||||
- medformant: float, from -12.00 to 12.00
|
||||
- hiformant: float, from -12.00 to 12.00
|
||||
|
||||
The following strip.pitch methods are available:
|
||||
|
||||
- RecallPreset($presetIndex) : int, from 0 to 7
|
||||
|
||||
#### audibility
|
||||
|
||||
The following strip.audibility commands are available:
|
||||
|
||||
Reference in New Issue
Block a user