mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
Update README.md
forgot to include pitch examples
This commit is contained in:
@@ -224,6 +224,14 @@ The following strip.pitch methods are available:
|
|||||||
|
|
||||||
- RecallPreset($presetIndex) : int, from 0 to 7
|
- RecallPreset($presetIndex) : int, from 0 to 7
|
||||||
|
|
||||||
|
for example:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
$vmr.strip[2].pitch.recallpreset(4)
|
||||||
|
$vmr.strip[4].pitch.drywet = -22.86
|
||||||
|
$vmr.strip[1].pitch.medformant = 2.1
|
||||||
|
```
|
||||||
|
|
||||||
#### audibility
|
#### audibility
|
||||||
|
|
||||||
The following strip.audibility commands are available:
|
The following strip.audibility commands are available:
|
||||||
|
|||||||
Reference in New Issue
Block a user