Add GoXLR utility plugin

This commit is contained in:
2026-06-09 22:06:31 +02:00
parent bb5571784a
commit 58fe9548a6
4 changed files with 593 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
## P2
- [ ] Add live GoXLR device discovery to the plugin UI instead of manual serial entry.
> The plugin can auto-pick the first detected mixer, but multi-device setups would be safer with a dropdown sourced from `GetStatus`.
- [ ] Add GoXLR state-aware toggle actions backed by websocket or status reads.
> The utility publishes state updates, which would let buttons truly toggle mute and FX states instead of only setting explicit values.
## P3
- [ ] Add broader GoXLR action coverage for mic tuning, submix, and lighting.
> The raw request action is the current escape hatch; typed actions for those areas would make setup faster and less error-prone.