mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-04-18 05:23:32 +00:00
minor version bump
add 2.4.0 section to CHANGELOG upd README with HeadAmp class closes #10
This commit is contained in:
14
README.md
14
README.md
@@ -1,7 +1,6 @@
|
||||
[](https://badge.fury.io/py/xair-api)
|
||||
[](https://github.com/onyx-and-iris/xair-api-python/blob/dev/LICENSE)
|
||||
[](https://github.com/psf/black)
|
||||
[](https://pycqa.github.io/isort/)
|
||||
[](https://github.com/astral-sh/ruff)
|
||||

|
||||
|
||||
# Xair API
|
||||
@@ -114,6 +113,10 @@ A class representing auxreturn channel
|
||||
|
||||
A class representing the main config settings
|
||||
|
||||
`mixer.headamp`
|
||||
|
||||
A class representing the channel preamps (phantom power/gain).
|
||||
|
||||
### `LR`
|
||||
|
||||
Contains the subclasses:
|
||||
@@ -144,6 +147,13 @@ Contains the subclasses:
|
||||
Contains the subclasses:
|
||||
(`Config`, `Preamp`, `EQ`, `Mix`, `Group`, `Send`)
|
||||
|
||||
### `HeadAmp`
|
||||
|
||||
The following properties are available:
|
||||
|
||||
- `gain`: float, from -12.0 to 60.0
|
||||
- `phantom`: bool
|
||||
|
||||
### `Subclasses`
|
||||
|
||||
For each subclass the corresponding properties are available.
|
||||
|
||||
Reference in New Issue
Block a user