Moving session box while a button is pressed / repeating an action while a condition is met
Hello everyone,
So I’d like to get a ‘long’ button pressed to continuously move the session box, so that it stops only when I release the button (e.g. when I press down and the box goes down several scenes until I release the button). Right now, I can only get one button press = one move. I tried a bit through both Session box navigation and through reactions (for instance by creating several times the same action) but I did not manage to create this behavior – but to be honest my knowledge at this point is still very limited.
Is there a way to mimic such behavior? (it’s the original behavior for the APC40 MK2 but could be useful to anyone).
More generally I think the issue is about: “How can we repeat any action (like moving session box down one scene) as long as a condition is met (like button X is still pressed) ?” A bit like a ‘while’ condition in programming.
In the case ‘a button still pressed’ cannot be detected, I guess we could have something like “move the box down” several times with a very short delay between each move (so it’s not instantenous) when the button is pressed, and when the button is released, end this action (a bit like in the shift mode tutorial). But I have no clue how to programm that – I did’nt manage to get a box moving down several times in a row, and not idea how to implement a short delay between actions.
Any help is welcome!
Cheers
Hello! Thanks for the help. Unfortunately as soon as I press the button Ableton is crashing (hourglass appear, and then I must end the process as nothing answers). I’m pretty sure though that I followed the right instructions but I may be wrong. I tried several time, though
Sign up
User registration is currently not allowed.
Hmm, maybe it doesn’t like while loops