From efef9be8983f6ca44e52c0da5f931d0c7f0f3019 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 8 Mar 2022 23:50:50 +0000 Subject: [PATCH] Update README.md added recorder section to readme --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b37c505..f242181 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ gainlayers defined for Potato version only. mc, k for virtual strips only. ### Bus -The following strip commands are available: +The following bus commands are available: - mute: bool - mono: bool - eq: bool @@ -115,7 +115,7 @@ The following strip commands are available: for example: ``` -$vmr.button[3].mode_repeat = $true +$vmr.bus[3].mode_repeat = $true ``` ### Macrobuttons @@ -178,6 +178,26 @@ $vmr.command.show $vmr.command.lock = $true ``` +### Recorder +The following methods are available: +- play +- stop +- pause +- record +- ff +- rw +The following properties accept boolean values. +- loop +- A1 - A5 +- B1 - B3 + +example: +```powershell +$vmr.recorder.play + +$vmr.recorder.loop = $true +``` + ### Multiple parameters Set many strip/bus/macrobutton/vban parameters at once, for Example ```powershell