Can we midimap Sonic pi’s background transparency to a midicontroller knob or control it with code?
1 Like
This is such a good idea. I’m not aware of any way to do it currently, and my coding skills are probably not adequate to implement it (not to mention my lack of familiarity with the codebase), but WOW this would be fun. I may try to poke around and learn things…
1 Like
It is a nice idea but would require quite a bit of work to implement. At present the operation of the slider and transparency is entirely within the C++ code for the Qt GUI and it would take some coding to do. bi-directional OSC signals would need to be sent between the GUI and the Ruby code and then midi calls could be sent or read by a midi_cc call. I think its possible but quite a bit to do.
2 Likes