Hi guys. Could you help
I would like to know it is is possible to code a eq type know on my m-audio xsession pro to operate a nudge funcion.
I would like it so that in the mid position it will not move but at 75% it will nudge forward and at 25% it will nudge backwards
Even better it at 100% and 0% it could nudge faster
is this something that is possible?
thanks in advance
I would like to know it is is possible to code a eq type know on my m-audio xsession pro to operate a nudge funcion.
I would like it so that in the mid position it will not move but at 75% it will nudge forward and at 25% it will nudge backwards
Even better it at 100% and 0% it could nudge faster
is this something that is possible?
thanks in advance
geposted Mon 25 Sep 17 @ 8:42 pm
i have this and it works in the backwards but not the forwards
pro_enc2_2 & param_smaller 50% ? nudge -10ms : nudge +10ms
pro_enc2_2 & param_smaller 50% ? nudge -10ms : nudge +10ms
geposted Mon 25 Sep 17 @ 10:10 pm
haha got it
pro_enc2_2 & param_smaller 45% ? nudge +10ms : +10ms
pro_enc2_2 & param_bigger 55% ? nudge -10ms : -10ms
pro_enc2_2 & param_smaller 45% ? nudge +10ms : +10ms
pro_enc2_2 & param_bigger 55% ? nudge -10ms : -10ms
geposted Mon 25 Sep 17 @ 10:31 pm