From 8d97df2d92754c29aaf7fe7a94055c3590151241 Mon Sep 17 00:00:00 2001 From: pblivingston <71585805+pblivingston@users.noreply.github.com> Date: Thu, 27 Nov 2025 13:17:57 -0500 Subject: [PATCH] update docs --- CHANGELOG.md | 1 + README.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56a5c4..ef31a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Before any major/minor/patch is released all test units will be run to verify th - Option class - Device classes - EQ class +- FX class ## [3.3.0] - 2024-06-29 diff --git a/README.md b/README.md index 3024ac1..55007ca 100644 --- a/README.md +++ b/README.md @@ -440,6 +440,21 @@ $vmr.command.Load("path/to/filename.xml") $vmr.command.RunMacrobuttons() ``` +### Fx + +The following Fx commands are available: + +- Reverb.on: bool +- Reverb.ab: bool +- Delay.on: bool +- Delay.ab: bool + +for example: + +```powershell +$vmr.fx.reverb.ab = $false +``` + ### Patch The following Patch commands are available: