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
Posté 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
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
Posté Tue 06 Jan 15 @ 9:45 am
Thank you djdad. i will work on it tonight
Posté Tue 06 Jan 15 @ 12:32 pm
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" />
<map value="ENC_MOVE_GRID" action="loop_move -10ms" />
Posté Fri 09 Jan 15 @ 10:47 am
param_greater 0 ? loop_move +10ms : loop_move -10ms
Posté Fri 09 Jan 15 @ 8:21 pm
you are da man. thanks bro.
Posté Sun 11 Jan 15 @ 3:40 pm
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
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
Posté Tue 23 Jun 15 @ 9:00 am
wheel_mode 'loop_move' ? on & wheel_mode 'jog' : off & wheel_mode 'loop_move'
Posté Tue 23 Jun 15 @ 9:49 am
@PhantomDeejay
Thank you kindly you made my day.
Regards.
Thank you kindly you made my day.
Regards.
Posté Tue 23 Jun 15 @ 1:48 pm