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
``` ```
@ -109,6 +110,7 @@ The following strip commands are available:
'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
``` ```