Accesso rapido:  

Forum: VirtualDJ Technical Support

Topic: Remapping Novation Launch Control buttons

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

Hi everyone,

I have very little programming experience and so I am struggling to remap my Novation Launch Control buttons. In particular, I'm looking to remap buttons 4 and 6. It seems they are launching video effects, but I'd rather have them mapped to 'play' and 'pause' - or even to control audio effects (like buttons 1-3 do on deck 1 and 6-8 do on deck 2) for deck 3.

It's important that the button lights turn 'on' and 'off' like buttons 1-3 and 6-8 as well.

Any assistance, explained as simply as possible, would be hugely helpful!!

Thank you so much
 

Inviato Sun 05 May 19 @ 8:46 pm
Bump. Still seeking assistance.
 

Inviato Wed 08 May 19 @ 5:21 am
locoDogPRO InfinityModeratorMember since 2013
It's these two you want to remap

PAD4_FMODE1
PAD5_FMODE1

pad4 looks like this
deck left shift ? effect_show_gui 'transition' : deck right shift ? video_transition_select +1 : video_transition

change it to, erm
deck left shift ? leftdeck +1 : deck right shift ? deck left clone_deck right : deck left play_pause
pad5 change to

deck right shift ? rightdeck +1 : deck left shift ? deck right clone_deck left : deck right play_pause
 

Inviato Wed 08 May 19 @ 6:12 am
Thank you so much for this, locodog - the remapping works brilliantly.

The only issue now is that I cannot change the color parameters. These two buttons are green. I'd really like for them to be yellow when inactive, and bright yellow when active. Or, dark green to light green, respectively. If this is a limitation imposed by the pause and play choices, I think it would be better to remap these two buttons to control effects in decks 4 and 5.

Thank you so, so much for your help - once again.
 

Inviato Wed 08 May 19 @ 4:10 pm
locoDogPRO InfinityModeratorMember since 2013
You should see that the entries you want to edit are,
LED_PAD4_FMODE1
LED_PAD5_FMODE1

Pad 4 looks like this
deck left shift ? effect_show_gui 'transition' ? color 'yellow' : off : deck right shift ? effect_show_gui 'transition' ? color 'yellow' : off : video_transition ? color 'green' : color 'darkgreen'
change it to;
deck left shift ? leftdeck 1 ? color 'yellow' : color 'red' : deck right shift ? color 'orange' : deck left play ? color 'green' : blink ? color 'darkgreen' : off

Pad 5
deck right shift ? rightdeck 2 ? color 'yellow' : color 'red' : deck left shift ? color 'orange' : deck right play ? color 'green' : blink ? color 'darkgreen' : off
 

Inviato Wed 08 May 19 @ 8:04 pm
Superbly helpful, just as before. Thank you so much for your time.
 

Inviato Thu 09 May 19 @ 2:07 am


(Vecchi argomenti e forum sono automaticamente chiusi)