tttapa / Control-Surface

Arduino library for creating MIDI controllers and other MIDI devices.
GNU General Public License v3.0
1.19k stars 134 forks source link

External app/webpage to change CC and Channel values #969

Open blindmanonacid opened 8 months ago

blindmanonacid commented 8 months ago

First of all, thank you for an excellent library!

This is maybe a long shot or just to float an idea that I think would be very useful:

The ability to change CC and Channel values from an external application or (local?) webpage. Maybe something like what "midi maker" uses, as shown in practice in this video.

tttapa commented 8 months ago

I'm afraid that configuration tools and webpages are beyond the scope of this library, but it's definitely doable. You could use MIDI SysEx to change the addresses etc., for example.