Hi guys, I've ask a friend to make me a MIDI controller with a USB game pad. I wanted to make a new command using two buttons. Can somebody help me out?
Key Action
0-101 deck 1 select
0-CC8 deck 1 level
New Command
0-101+0-CC8 effect default slider 1
I've tried mapping with that but nothings happening. :( How do I combined two buttons for a new command? Thanks in advance and more power VDJ
Key Action
0-101 deck 1 select
0-CC8 deck 1 level
New Command
0-101+0-CC8 effect default slider 1
I've tried mapping with that but nothings happening. :( How do I combined two buttons for a new command? Thanks in advance and more power VDJ

发表时间 Sun 13 Mar 16 @ 8:28 am



发表时间 Sun 13 Mar 16 @ 11:04 am
liu2631000 wrote :





Hi liu2631000, sorry but I can't see the image you've sent. Thanks
发表时间 Sun 13 Mar 16 @ 2:40 pm
I assume that this combination was not offered by the device and added manually, correct ?
Try to map the key 0-101 as..
deck 1 select & set '$shift' 1 while_pressed
and the key 0-CC8 as..
var '$shift' ? deck 1 effect_slider 1 : deck 1 level
Try to map the key 0-101 as..
deck 1 select & set '$shift' 1 while_pressed
and the key 0-CC8 as..
var '$shift' ? deck 1 effect_slider 1 : deck 1 level
发表时间 Mon 14 Mar 16 @ 7:41 am
djdad wrote :
I assume that this combination was not offered by the device and added manually, correct ?
Try to map the key 0-101 as..
deck 1 select & set '$shift' 1 while_pressed
and the key 0-CC8 as..
var '$shift' ? deck 1 effect_slider 1 : deck 1 level
Try to map the key 0-101 as..
deck 1 select & set '$shift' 1 while_pressed
and the key 0-CC8 as..
var '$shift' ? deck 1 effect_slider 1 : deck 1 level
Hi Djdad, yes the device was added manually. And I'm just trying to figure out how to map the joy pad controller. I've tried copying what you've said but still no success. It said syntax error on var '$shift'. Can you help me map 0-CC8 as a deck 1 level & deck 1 effect slider 1 when I press 0-89? Thanks. It would be a great help.

发表时间 Mon 14 Mar 16 @ 11:27 am
0-89 should be:
set '$shift' while_pressed
set '$shift' while_pressed
发表时间 Tue 15 Mar 16 @ 12:37 pm
PhantomDeejay wrote :
0-89 should be:
set '$shift' while_pressed
set '$shift' while_pressed
Hi PhantomDeejay, thanks for the reply but I still can figure it out. I've set 0-89 set '$shift' while_pressed and 0-CC8 var '$shift' ? deck 1 effect_slider : deck 1 level. When I turn the knob 0-CC8 it function as deck 1 level. But when I press 0-89 and turn the knob 0-CC8 deck 1 level stops and deck 1 effect slider no action. Is there something wrong with my mapping? Attach is a screenshot. Thanks

发表时间 Tue 15 Mar 16 @ 1:34 pm