From 1838c2d9f05a6ab9a7461dd9724abc6ad0608a86 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:29:17 +0100 Subject: [PATCH] move SendText in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2e096d7..9419dec 100644 --- a/README.md +++ b/README.md @@ -336,12 +336,7 @@ $vmr.Setter('Strip[4].Label', 'stripname') $vmr.Setter('Strip[0].Gain', -3.6) ``` -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. - -- `$vmr.SendText`: Set paramters by script +- `$vmr.SendText`: Set parameters by script example: @@ -349,6 +344,11 @@ example: $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 using .\runall.ps1 which accepts two parameters: