Quick Sign In:  

Forum: Old versions

Topic: Why Isn't My KeyBoard Mapping's working

This topic is old and might contain outdated or incorrect information.

Hello,I have a Question
when Ever i put in a Mapping for my Keyboard it does not work!!!
i Put Key (z) Mapping/Action eq_crossfader_mid and it doesnt work when i hit ok
Please answer this i want to Cut and Scratch and if you do answer my Question Many Thanks!!
 

Posted Sun 12 May 13 @ 9:13 pm
if you are going to map 'eq_crossfader_mid' you need to give it a modifier so it moves the fader, as that script is meant for a CC knob/slider

eg. incremental
eq_crossfader_mid +1%
eq_crossfader_mid -1%

eg. absolute
eq_crossfader_mid 0%
eq_crossfader_mid 50%
eq_crossfader_mid 100%

eg. while_pressed
eq_crossfader_mid 100% while_pressed

eg. smart
deck left select ? eq_crossfader_mid -1% : eq_crossfader_mid +1%

eg. smart absolute
down ? deck left select ? eq_crossfader_mid 0% : eq_crossfader_mid 100% : eq_crossfader_mid 50%

the incremental scripts will only work properly on your computer keyboard not a controller
 

Posted Mon 13 May 13 @ 12:00 am
Ok thanks man !! :D
 

Posted Mon 13 May 13 @ 5:08 pm


(Old topics and forums are automatically closed)