So what I want to do is have the loop move either forward or backwards while a button is held. The only thing I've been able to accomplish is a single move on a press or release, and "isrepeat" only works with a keyboard so I'm kinda stumped. I'm trying to do this with the Akai LPD8 if that matters.
Posted Thu 18 Nov 10 @ 6:21 pm
I have loop_move mapped to a button and an encoder/jog to execute the movement.
button action = wheel_mode "loop_move" while_pressed
encoder/jog action = deck default jogwheel
Im not sure how to execute the movement with a button because most buttons on a controller are momentary or toggles.
button action = wheel_mode "loop_move" while_pressed
encoder/jog action = deck default jogwheel
Im not sure how to execute the movement with a button because most buttons on a controller are momentary or toggles.
Posted Thu 18 Nov 10 @ 7:03 pm
Bump
Posted Thu 25 Nov 10 @ 12:19 pm
You cant use the LPD8 knobs for loop move. You need an non-ending round fader. Only jog wheel will do your job.
Try to map you jog wheel as ..
loop ? loop_move : jogwheel
Every time loop is active the jogwheel will do the loop move. If not, it will act like a jogwheel.
Try to map you jog wheel as ..
loop ? loop_move : jogwheel
Every time loop is active the jogwheel will do the loop move. If not, it will act like a jogwheel.
Posted Thu 25 Nov 10 @ 3:08 pm
I already know that, done it before with the rmx. I want to have it mapped to two pads, one for forward and one for back.
Posted Fri 26 Nov 10 @ 3:25 pm
Bump
Posted Tue 30 Nov 10 @ 3:21 pm