GoXLR-on-Linux / goxlr-utility

An unofficial GoXLR App replacement for Linux, Windows and MacOS
MIT License
636 stars 36 forks source link

[Feature Request] sliders able to adjust OBS audio sliders #117

Open Sirsyorrz opened 11 months ago

Sirsyorrz commented 11 months ago

I am not too sure if this is something thats possible but I wish it was possible to be able to MAP each slider to a OBS slider so adjusting the volume for myself on the goxlr would also adjust it in OBS

FrostyCoolSlug commented 11 months ago

While it's definitely something that's possible (I've updated my proof of concept so it'll compile and work with 0.12.5) it's not something I want to directly implement into the utility itself.

If, for example, OBS changes their websocket protocol, it would require an entirely new release of the util to not only fix, but to also support older versions for those who haven't updated OBS yet, but in addition, once I start adding special features for one app then it opens the gates to having to support similar features in other apps, which ultimately creates a massive development overhead making sure they're all working as they should. So instead, I'm recommending smaller apps that can be community made that introduce features using the API similar to the above fader sync.