move SendText in README

This commit is contained in:
onyx-and-iris 2022-10-27 21:29:17 +01:00
parent 1918de1d30
commit 1838c2d9f0

View File

@ -336,12 +336,7 @@ $vmr.Setter('Strip[4].Label', 'stripname')
$vmr.Setter('Strip[0].Gain', -3.6) $vmr.Setter('Strip[0].Gain', -3.6)
``` ```
Access to lower level polling functions are provided with these functions: - `$vmr.SendText`: Set parameters by script
- `$vmr.PDirty`: Returns true if a parameter has been updated.
- `$vmr.MDirty`: Returns true if a macrobutton has been updated.
- `$vmr.SendText`: Set paramters by script
example: example:
@ -349,6 +344,11 @@ example:
$vmr.SendText("strip[0].mute=1;strip[2].gain=3.8;bus[1].eq.On=1") $vmr.SendText("strip[0].mute=1;strip[2].gain=3.8;bus[1].eq.On=1")
``` ```
Access to lower level polling functions are provided with these functions:
- `$vmr.PDirty`: Returns true if a parameter has been updated.
- `$vmr.MDirty`: Returns true if a macrobutton has been updated.
### Run tests ### Run tests
Run tests using .\runall.ps1 which accepts two parameters: Run tests using .\runall.ps1 which accepts two parameters: