Hey guys,
Wonder if someone could help here.
I'm having a little trouble mapping a knob on my Numark Mixtrack which I'm using with Cue v7.0.1
I have no use for the knob assigned to control FX_Param_2 so what I would like to use this knob for is adjusting or fine-tuning the start / end point of a loop (in case I punch in a little too early or late) without changing the loop length.
Using loop_move +5ms allows me to move the loop start / end point forward in the track by turning the knob clockwise, however... it also moves forward when I turned the knob anti-clockwise. No prizes for guessing that what I'd like it to do is move the start / end point backwards in the track when turned anti-clockwise.
Any suggestions as how I could do this? I know that the +5ms is an obvious culprit here and I did try the code with -5ms instead, which worked... What I can't figure out how to do is combine them both on the same knob.
Thanks, much appreciated!
Scott
Wonder if someone could help here.
I'm having a little trouble mapping a knob on my Numark Mixtrack which I'm using with Cue v7.0.1
I have no use for the knob assigned to control FX_Param_2 so what I would like to use this knob for is adjusting or fine-tuning the start / end point of a loop (in case I punch in a little too early or late) without changing the loop length.
Using loop_move +5ms allows me to move the loop start / end point forward in the track by turning the knob clockwise, however... it also moves forward when I turned the knob anti-clockwise. No prizes for guessing that what I'd like it to do is move the start / end point backwards in the track when turned anti-clockwise.
Any suggestions as how I could do this? I know that the +5ms is an obvious culprit here and I did try the code with -5ms instead, which worked... What I can't figure out how to do is combine them both on the same knob.
Thanks, much appreciated!
Scott
Inviato Tue 14 Dec 10 @ 8:47 am
Assign..
loop_move
or
param_greater 0% ? loop_move +5ms : loop_move -5ms
loop_move
or
param_greater 0% ? loop_move +5ms : loop_move -5ms
Inviato Tue 14 Dec 10 @ 9:39 am
yea m8 i got the exact same problem haha
and i tried the : loop_move
and that just moves it by beat.... is there anyway we can move it by ms??
and i tried the : loop_move
and that just moves it by beat.... is there anyway we can move it by ms??
Inviato Sun 16 Jan 11 @ 6:14 pm