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
5eeaff2371
commit
a62a46d61a
@ -9,7 +9,14 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
- [ ]
|
- [x] Send class mixed into Strip, AuxRtn, FxRtn. May now be accessed with {Class}.send
|
||||||
|
- [x] Sends example added
|
||||||
|
|
||||||
|
## [2.2.0] - 2022-11-08
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- mute prop to Bus, FX, LR, RTN, Strip classes.
|
||||||
|
|
||||||
## [2.1.0] - 2022-11-08
|
## [2.1.0] - 2022-11-08
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ The following keyword arguments may be passed:
|
|||||||
|
|
||||||
- `ip`: ip address of the mixer
|
- `ip`: ip address of the mixer
|
||||||
- `port`: mixer port, defaults to 10023 for x32 and 10024 for xair
|
- `port`: mixer port, defaults to 10023 for x32 and 10024 for xair
|
||||||
- `delay`: a delay between each command, defaults to 20ms.
|
- `delay`: a delay between each command (applies to the getters). Defaults to 20ms.
|
||||||
- a note about delay, stability may rely on network connection. For wired connections the delay can be safely reduced.
|
- a note about delay, stability may rely on network connection. For wired connections the delay can be safely reduced.
|
||||||
|
|
||||||
## API
|
## API
|
||||||
|
Loading…
Reference in New Issue
Block a user