I dont know all of the commands in mapping the VMS4 controller, but I noticed a problem, when I touch the jog wheel and move it in reverse when i let go there is a slight pause before music plays again, so the controller does not register that i am not touching the jog untill it stops moving, with or without my hand on it, it does not do this in the forward motion
Inviato Tue 23 Aug 11 @ 9:57 pm
This is to allow backspins to work. It keeps the jogwheel wheel held (As though you are still touching it) until it stops moving. In order for it to tell that it has stopped, there must be a very small delay.
NOTE: Without this feature, when you backspin, you'd get a momentary backspin sound while your hand remains in contact with the jogwheel followed by pitch bending for the rest of the movement (Try doing a forward spin to see what we mean.)
NOTE: Without this feature, when you backspin, you'd get a momentary backspin sound while your hand remains in contact with the jogwheel followed by pitch bending for the rest of the movement (Try doing a forward spin to see what we mean.)
Inviato Wed 24 Aug 11 @ 6:42 am
is there a way to disable this because i am only talking about moving the plate backwards a little bit, so if it would register as a pitchbend it would be almost no pitchbend for a split second, which is a lot less noticable than a split second of no sound. is there a way I can change this?
Inviato Thu 25 Aug 11 @ 10:12 am
Sorry, there is no option to disable this. Simply make sure that you release the wheel when it is turning clockwise.
Alternatively, you could try changing the JOG_TOUCH mapping to:
touchwheel_touch & down ? nothing : hold off
Alternatively, you could try changing the JOG_TOUCH mapping to:
touchwheel_touch & down ? nothing : hold off
Inviato Thu 25 Aug 11 @ 10:54 am