Resend all MIDI feedback data on program change, session box change or when a button is pressed.

190 viewsCSS QuestionsCCS
0

I would like to resend all midi feedback data in an X mode every X seconds or milliseconds. I have an old SmartPad MIDIPlus controller that I want to put to use, but sadly it’s old and tends to lose it’s feedback data when I press the different modes.

Is it possible to do this? Thanks in advance.

Also, I’d like to refresh the Midi data when a clip is deleted too.

Joaquin Ayala Unselected an answer September 8, 2024
1

You could use the reaction listeners to reload the current mode.
In the Reaction liseners section, use the listeners found inside the ‘midi controller’ section for button presses,
For session box movement change: script > session box position changed

Then in the action use ‘script > set active mode’ to load/reload a mode number.

JohnC Posted new comment September 15, 2024

thanks John, I’m still having problems to reset the pads color.
Is there any way loop through all the pads and send a midi value every time the session box is moved and to then resend the visual feedback data? Thanks in advance!

Using a Reaction, each time the session box is moved, you could send a midi value to each of your pads. https://youtu.be/ZYzkH1_ZL6U?si=J1gokpQ_Iti0wmeo

You are viewing 1 out of 1 answers, click here to view all answers.