mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
Update README.md
This commit is contained in:
parent
02428a2261
commit
8b57201100
10
README.md
10
README.md
@ -89,6 +89,7 @@ The following strip commands are available:
|
|||||||
- gate: float, from 0 to 10
|
- gate: float, from 0 to 10
|
||||||
- gainlayer0-gainlayer7: float
|
- gainlayer0-gainlayer7: float
|
||||||
for example:
|
for example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$vmr.strip[5].gainlayer1 = -8.3
|
$vmr.strip[5].gainlayer1 = -8.3
|
||||||
```
|
```
|
||||||
@ -108,10 +109,11 @@ The following strip commands are available:
|
|||||||
@('normal', 'amix', 'bmix', 'repeat', 'composite', 'tvmix', 'upmix21',
|
@('normal', 'amix', 'bmix', 'repeat', 'composite', 'tvmix', 'upmix21',
|
||||||
'upmix41', 'upmix61', 'centeronly', 'lfeonly', 'rearonly')
|
'upmix41', 'upmix61', 'centeronly', 'lfeonly', 'rearonly')
|
||||||
|
|
||||||
for example:
|
for example:
|
||||||
```
|
|
||||||
$vmr.button[3].mode_repeat = $true
|
```
|
||||||
```
|
$vmr.button[3].mode_repeat = $true
|
||||||
|
```
|
||||||
|
|
||||||
A,B commands depend on Voicemeeter type.
|
A,B commands depend on Voicemeeter type.
|
||||||
gainlayers defined for Potato version only.
|
gainlayers defined for Potato version only.
|
||||||
|
Loading…
Reference in New Issue
Block a user