This commit is contained in:
onyx-and-iris 2024-02-08 13:46:49 +00:00
parent 5eeaff2371
commit a62a46d61a
2 changed files with 132 additions and 125 deletions

View File

@ -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

View File

@ -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