When I mapped the MIDI crosfader to my device, it is always reveresed. When I move the crossfader on my device left, in the software the crosfader goes right, and vice versa.
Can anyone explain to me how to change it so it works properly?
thanks
Can anyone explain to me how to change it so it works properly?
thanks
Inviato Thu 13 Aug 09 @ 9:11 am
Use param_invert, e.g:
param_invert & crossfader
If you are making a controller definition, then you can include inverted="true" in the crossfader definition so that it always works the correct way.
param_invert & crossfader
If you are making a controller definition, then you can include inverted="true" in the crossfader definition so that it always works the correct way.
Inviato Thu 13 Aug 09 @ 12:21 pm
I had such a problem when i connect an NUMARK NS-7 controller with my pc ...
this is the solution..., use this:
crossfader_hamster with any keyboard options, or mapper...
then press this button, when you left the settings ;)
this is the solution..., use this:
crossfader_hamster with any keyboard options, or mapper...
then press this button, when you left the settings ;)
Inviato Fri 14 Aug 09 @ 1:50 am
I had tried the crossfader_hamster before, but it only rendered it useless. Thanks though.
param_invert & crossfader did the trick.
thanks
param_invert & crossfader did the trick.
thanks
Inviato Sat 15 Aug 09 @ 11:44 pm