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