Sign In:     


Forum: Old versions

Topic: Pioneer wego2 loop move

This topic is old and might contain outdated or incorrect information.

I was wondering if any one has written a mapper for the wego2 to set a knob or jog wheel to move a loop. Any ideas? Thanks
 

Posted Mon 05 Jan 15 @ 9:15 pm
Try to map the ...
BTN_AUTO_LOOP as ..
loop ? wheel_mode 'jog' & loop_out : wheel_mode 'loop_move' & loop
and the
BTN_LOOP_IOX as..
loop ? wheel_mode 'loop_jog' & loop_button : wheel_mode 'wheel_move' & loop_button

This will make the jog to move the loop if a loop is active.
Alternatively you could map any other button to manually toggle between the jog and loop_move mode as..
wheel_mode 'loop_move,jog' +1
 

Thank you djdad. i will work on it tonight
 

DJDAD i want to use the beat grid adjuster to move the loop. i can get it to minus but not positive. unless i change it. any ideas. thanks

<map value="ENC_MOVE_GRID" action="loop_move -10ms" />
 

param_greater 0 ? loop_move +10ms : loop_move -10ms
 

you are da man. thanks bro.
 

djdad wrote :
Try to map the ...
BTN_AUTO_LOOP as ..
loop ? wheel_mode 'jog' & loop_out : wheel_mode 'loop_move' & loop
and the
BTN_LOOP_IOX as..
loop ? wheel_mode 'loop_jog' & loop_button : wheel_mode 'wheel_move' & loop_button

This will make the jog to move the loop if a loop is active.
Alternatively you could map any other button to manually toggle between the jog and loop_move mode as..
wheel_mode 'loop_move,jog' +1


wheel_mode 'loop_move,jog' +1 is what I was looking for a long time however what would the script be if when mapped to a custom button it light up (illuminates) when the loop move is active, and in regular jog mode the light is off?

Regards
 

wheel_mode 'loop_move' ? on & wheel_mode 'jog' : off & wheel_mode 'loop_move'
 

@PhantomDeejay

Thank you kindly you made my day.

Regards.
 



(Old topics and forums are automatically closed)