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: