Quick Sign In:  

Forum: Old versions

Topic: Pioneer wego2 loop move

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

idj4himPRO InfinityMember since 2009
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
djdadPRO InfinityDevelopment ManagerMember since 2005
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
 

Posted Tue 06 Jan 15 @ 9:45 am
idj4himPRO InfinityMember since 2009
Thank you djdad. i will work on it tonight
 

Posted Tue 06 Jan 15 @ 12:32 pm
idj4himPRO InfinityMember since 2009
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" />
 

Posted Fri 09 Jan 15 @ 10:47 am
djdadPRO InfinityDevelopment ManagerMember since 2005
param_greater 0 ? loop_move +10ms : loop_move -10ms
 

Posted Fri 09 Jan 15 @ 8:21 pm
idj4himPRO InfinityMember since 2009
you are da man. thanks bro.
 

Posted Sun 11 Jan 15 @ 3:40 pm
lincol2PRO InfinityMember since 2011
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
 

Posted Tue 23 Jun 15 @ 9:00 am
wheel_mode 'loop_move' ? on & wheel_mode 'jog' : off & wheel_mode 'loop_move'
 

Posted Tue 23 Jun 15 @ 9:49 am
lincol2PRO InfinityMember since 2011
@PhantomDeejay

Thank you kindly you made my day.

Regards.
 

Posted Tue 23 Jun 15 @ 1:48 pm


(Old topics and forums are automatically closed)