From 88a5686f27bf31b95570f0a430928be027672973 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 25 Jun 2023 13:47:21 +0100 Subject: [PATCH] upd strip comp, gate sections in readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a3af64..c8812d0 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,8 @@ vm.strip[5].appgain("Spotify", 0.5) #### Strip.Comp +The following properties are available. + - `knob`: float, from 0.0 to 10.0 - `gainin`: float, from -24.0 to 24.0 - `ratio`: float, from 1.0 to 8.0 @@ -171,10 +173,14 @@ example: print(vm.strip[4].comp.knob) ``` -Strip Comp parameters are defined for PhysicalStrips, potato version only. +Strip Comp parameters are defined for PhysicalStrips. + +`knob` defined for all versions, all other parameters potato only. #### Strip.Gate +The following properties are available. + - `knob`: float, from 0.0 to 10.0 - `threshold`: float, from -60.0 to -10.0 - `damping`: float, from -60.0 to -10.0 @@ -189,10 +195,14 @@ example: vm.strip[2].gate.attack = 300.8 ``` -Strip Gate parameters are defined for PhysicalStrips, potato version only. +Strip Gate parameters are defined for PhysicalStrips. + +`knob` defined for all versions, all other parameters potato only. #### Strip.Denoiser +The following properties are available. + - `knob`: float, from 0.0 to 10.0 example: