Update README.md

This commit is contained in:
onyx-and-iris 2022-03-08 23:08:32 +00:00
parent 02428a2261
commit 8b57201100

View File

@ -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.