hey,
i have a Slider2D which peforms an action and i would like to be able to send the slider movement via MIDI to the DAW and playback the recorded MIDI to move the Slider2D. (the routing is not the problem, have a setup with loopMIDI which is working).
how can i do that using for example MIDIdef.cc? thanks
var xySlider = Slider2D()
.action_{ |view|
... some action ...
};