From 3a70a4c578981145f4394c79ee5deb5a582d3fbc Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 15 Feb 2024 18:35:34 +0000 Subject: [PATCH] upd docs --- CHANGELOG.md | 10 ++++++++++ README.md | 12 +++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c21895..d133dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [ ] +## [2.3.1] - 2024-02-15 + +### Changed + +- Module level loggers implemented + - class loggers are now child loggers +- Passing an incorrect kind_id to the entry point now raises an XAirRemoteError. +- Passing a value out of bounds to a setter now logs a warning instead of raising an exception. +- Send class added to README. + ## [2.2.4] - 2024-02-14 ### Added diff --git a/README.md b/README.md index a5a1bf3..aabb0e1 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Contains the subclasses: ### `Strip` Contains the subclasses: -(`Config`, `Preamp`, `Gate`, `Dyn`, `Insert`, `GEQ`, `EQ`, `Mix`, `Group`, `Automix`) +(`Config`, `Preamp`, `Gate`, `Dyn`, `Insert`, `GEQ`, `EQ`, `Mix`, `Group`, `Automix`, `Send`) ### `Bus` @@ -136,12 +136,12 @@ Contains the subclasses: ### `FXRtn` Contains the subclasses: -(`Config`, `Preamp`, `EQ`, `Mix`, `Group`) +(`Config`, `Preamp`, `EQ`, `Mix`, `Group`, `Send`) ### `AuxRtn` Contains the subclasses: -(`Config`, `Preamp`, `EQ`, `Mix`, `Group`) +(`Config`, `Preamp`, `EQ`, `Mix`, `Group`, `Send`) ### `Subclasses` @@ -288,6 +288,12 @@ tuple containing a class for each mute group for example: `config.mute_group[0].on = True` +### `Send` + +- `level`: float, -inf to 10.0 + +for example: `mixer.strip[10].send[3].level = -16.5` + ### XAirRemote class (lower level) Send an OSC command directly to the mixer