From d13b08eff4ba5b4db183d3f27e79cb6965a62224 Mon Sep 17 00:00:00 2001 From: pblivingston <71585805+pblivingston@users.noreply.github.com> Date: Thu, 27 Nov 2025 12:09:06 -0500 Subject: [PATCH] update docs --- CHANGELOG.md | 1 + README.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cde41a..e56a5c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Before any major/minor/patch is released all test units will be run to verify th - Patch class - Option class - Device classes +- EQ class ## [3.3.0] - 2024-06-29 diff --git a/README.md b/README.md index 694399b..3024ac1 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,11 @@ The following strip.eq | bus.eq commands are available: - on: bool - ab: bool +The following strip.eq | bus.eq methods are available: + +- Load($filepath) : string +- Save($filepath) : string + for example: ```powershell @@ -328,6 +333,23 @@ $vmr.strip[0].eq.on = $true $vmr.bus[0].eq.ab = $false ``` +##### channel.cell + +The following eq.channel.cell commands are available: + +- on: bool +- type: int, from 0 to 6 +- f: float, from 20.0 to 20000.0 +- gain: float, from -12.0 to 12.0 +- q: float, from 0.3 to 100.0 + +for example: + +```powershell +$vmr.strip[2].eq.channel[1].cell[4].type = 1 +$vmr.bus[5].eq.channel[6].cell[3].on = $false +``` + #### FadeTo | FadeBy - `FadeTo(amount, time)` : float, int