geoffreybennett / alsa-scarlett-gui

alsa-scarlett-gui is a Gtk4 GUI for the ALSA controls presented by the Linux kernel Focusrite Scarlett2 Mixer Driver
585 stars 34 forks source link

Open Sound Control support #92

Closed Burtan closed 8 months ago

Burtan commented 9 months ago

Issue Category

Issue Description

Hey, are you interested in adding OSC (Open Sound Control) support? RME e.g. offers it with TotalMixFX and it allows to control the mixer via tablets over wlan with supporting software (TouchOSC, OSCAR).

I might help with implementing it, although I'm mostly experienced with kotlin and not C++.

Thanks for consideration!

Disclaimer: I'm the developer of OSCAR, which I would provide a default template for if implemented here.

geoffreybennett commented 9 months ago

Hi @Burtan,

I'm not sure alsa-scarlett-gui is the right place to do this? The GUI is just a front-end to the ALSA mixer controls, and I presume that there's already an OSC interface for ALSA mixer controls?

Regards, Geoffrey.

Burtan commented 8 months ago

I don't think there is an interface for ALSA mixer controls, yet, but you are probably right, that it is the better place for integration it.

geoffreybennett commented 8 months ago

That's surprising. I would think an ALSA mixer controls <-> OSC bridge would be a really useful thing.