From 4c6ec6d989b10cfd7f1748136110fbffe20fb25c Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 17 Jun 2025 09:49:25 +0100 Subject: [PATCH] add Strip.EQ.Channel.Cell to README. add note about API bug --- README.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa01963..6d86270 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,24 @@ example: vm.strip[0].eq.ab = True ``` +##### Strip.EQ.Channel.Cell + +The following properties are available. + +- `on`: boolean +- `type`: int, from 0 up to 6 +- `f`: float, from 2.0 up to 20_000.0 +- `gain`: float, from -36.0 up to 18.0 + - currently there is a bug with the remote API, only values -12 up to +12 are settable, this will be fixed in an upcoming patch. +- `q`: float, from 0.3 up to 100 + +example: + +```python +vm.strip[0].eq.channel[0].cell[2].on = True +vm.strip[1].eq.channel[0].cell[2].f = 5000 +``` + Strip EQ parameters are defined for PhysicalStrips, potato version only. ##### Strip.Gainlayers @@ -297,10 +315,11 @@ vm.bus[3].eq.on = True The following properties are available. - `on`: boolean -- `type`: int -- `f`: float -- `gain`: float -- `q`: quality +- `type`: int, from 0 up to 6 +- `f`: float, from 2.0 up to 20_000.0 +- `gain`: float, from -36.0 up to 18.0 + - currently there is a bug with the remote API, only values -12 up to +12 are settable, this will be fixed in an upcoming patch. +- `q`: float, from 0.3 up to 100.0 example: