mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
upd docs
This commit is contained in:
parent
8b1b2c7f79
commit
3a70a4c578
10
CHANGELOG.md
10
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
|
## [2.2.4] - 2024-02-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
12
README.md
12
README.md
@ -121,7 +121,7 @@ Contains the subclasses:
|
|||||||
### `Strip`
|
### `Strip`
|
||||||
|
|
||||||
Contains the subclasses:
|
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`
|
### `Bus`
|
||||||
|
|
||||||
@ -136,12 +136,12 @@ Contains the subclasses:
|
|||||||
### `FXRtn`
|
### `FXRtn`
|
||||||
|
|
||||||
Contains the subclasses:
|
Contains the subclasses:
|
||||||
(`Config`, `Preamp`, `EQ`, `Mix`, `Group`)
|
(`Config`, `Preamp`, `EQ`, `Mix`, `Group`, `Send`)
|
||||||
|
|
||||||
### `AuxRtn`
|
### `AuxRtn`
|
||||||
|
|
||||||
Contains the subclasses:
|
Contains the subclasses:
|
||||||
(`Config`, `Preamp`, `EQ`, `Mix`, `Group`)
|
(`Config`, `Preamp`, `EQ`, `Mix`, `Group`, `Send`)
|
||||||
|
|
||||||
### `Subclasses`
|
### `Subclasses`
|
||||||
|
|
||||||
@ -288,6 +288,12 @@ tuple containing a class for each mute group
|
|||||||
|
|
||||||
for example: `config.mute_group[0].on = True`
|
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)
|
### XAirRemote class (lower level)
|
||||||
|
|
||||||
Send an OSC command directly to the mixer
|
Send an OSC command directly to the mixer
|
||||||
|
Loading…
Reference in New Issue
Block a user