Send CC from controller to max4live device
When the control surface script is not active, I can turn a knob on my midi controller (i.e. say knob 7 which corresponds to CC 22) and this enters the max4live device on my selected track, and this max4live converts to CC values to Program Change message (see cc_device_view.png , also have a midi monitor showing the incoming CC values).
However, when my control surface script is active the CC values don’t seem to be able to enter the devices on the highlighted track, i.e. the midi monitor doesn’t register any CC values present (see cc_device_view_ccs_script_active.png).
So is there a way I can pass my CC values to the devices on the selected track when the CCS script is active ?
Thanks
Hi davlar,
User aventham77 has found a solution for that issue, you can find his tread at https://remotify.io/community/question/midiuser-mode
I have not tried it out myself yet, but it should do the trick.
Good luck! 🙂
Luc described the issue correctly in comment #2
When the script is initialised, all of the inputs in your controller template are essentially made available within the script for attaching its own functionality.
If you want a certain control to be available for internal midi mapping etc then you will need to delete it from the controller template (or at least change the midi data).
There may be a way to detach inputs within the script but this would require some nifty coding, probably within some reactions. If people want info on this, let us know here – note: it will require investigation.
Yes please – it would be awesome if you could for example create a Push-style “user mode”, in which a subset of the registered controls pass their midi directly (or as directly as possible) into Ableton. I guess there’s a reason why the Push uses a separate port for this though?
Sign up
User registration is currently not allowed.