From fb8d3dee750563fbb33de9e28b4bc93cccdd2549 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 8 Nov 2022 16:52:00 +0000 Subject: [PATCH] add missing parameters in config.monitor --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 283747b..d36ef00 100644 --- a/README.md +++ b/README.md @@ -269,12 +269,14 @@ For the subclass `monitor` the following properties are available - `level`: float, -inf to 10.0 - `source`: int, from 0 to 14 -- `chmode` bool -- `busmode` bool -- `dim` bool -- `mono` bool -- `mute` bool -- `dimfpl` bool +- `sourcetrim`: float, from -18.0 to 18.0 +- `chmode`: bool +- `busmode`: bool +- `dim`: bool +- `dimgain`: float, from -40.0 to 0.0 +- `mono`: bool +- `mute`: bool +- `dimfpl`: bool for example: `config.monitor.chmode`