mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-13 16:27:48 +00:00
Update README.md
forgot to include pitch examples
This commit is contained in:
parent
a22dccf18f
commit
618f4a8462
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user