Anmelden:     


Forum: General Discussion

Topic: Simple MIDI wrapper Mapping

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

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

 

geposted Sun 13 Mar 16 @ 8:28 am
 

liu2631000 wrote :


Hi liu2631000, sorry but I can't see the image you've sent. Thanks
 

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
 

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


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.
 

0-89 should be:
set '$shift' while_pressed
 

PhantomDeejay wrote :
0-89 should be:
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
 



(Alte Themen und Foren werden automatisch geschlossen)