Stazed / non-mixer-xt

Reboot of Non Mixer with eXTended LV2 support, CLAP, VST(2) and VST3 support.
GNU General Public License v2.0
27 stars 6 forks source link

Thanks for your work #3

Closed jean-emmanuel closed 1 year ago

jean-emmanuel commented 1 year ago

Hi ! Your fork looks like a true game changer :)

I'm just shimming in to list the very few things that would make it a dream come true (I had all of these implemented in a fork that we use extensively on stage but I suspect you might come up with a better implementation if you were to find these relevant):

(These changes allow us to generate a (web based) remote controller for non-mixer)

Stazed commented 1 year ago

Hello @jean-emmanuel

I currently do not have an OSC controller and am not that familiar with its usage. I use the midi-mapper for all my automation :).

If you want to add any of your stuff to this project I would accept a PR. I did pull in the NSM optional gui feature from your fork (Thank you!!!), but I simply do not have enough experience with OSC to know even how these changes would be used.

If you do want to send a PR, make the changes from the "wip" branch and perhaps encase them in:

ifdef SOME_FEATURE

So that they could be enabled/disabled via cmake if they should be considered "experimental" or just specific to your needs.

jean-emmanuel commented 1 year ago

Great, I'll try to come up with a PR then, thanks again :)