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

Suggestion for this awesome library #288

Open giubu opened 3 years ago

giubu commented 3 years ago

Hello Pieter, I wanted to ask you if you know about XOD, the visual programming language for Arduino. It would be incredible if somehow this library could be ported to be used in it, it would allow the less coding inclined of us to create amazing instruments in a visual manner. Just throwing it out there to see what happens... thank you again for the library.

tttapa commented 3 years ago

That's an interesting project, I hadn't heard of it before.

I'm afraid the XOD architecture doesn't really suit Control Surface's structure. Control Surface handles most of its communication internally, while XOD seems to be focussed on communication between nodes.

I have been thinking about creating a graphical code generator with a beginner-friendly user interface, but I don't have time at the moment to brush up my front-end Javascript skills, so don't expect it any time soon.

giubu commented 3 years ago

No no, I am not expecting anything, I just wanted to point out the XOD project to you and see what you thought of it. All the best