Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Denon MC 4000 LED_PAD1..4 only blinking, when pressed - why not blinking by command? Bug or Feauture?

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

muchaPRO InfinityMember since 2015
Hello,

i am trying to change the standard Mapping of the Denon MC 4000 for the four PAD1..4 and LED_PAD1..4 and would like to have them blinking, when a saved_loop ist aktivated. The same behaviour like the GUI does. The Mapping for PAD1 works fine for me, so i can use saved_loops at the third bank of the Pads (MCmode=2), but the LED_PAD is not blinking.

Here is my new Mapping for LED_PAD1: var 'MCmodebutton' ? var 'MCmode' 1 ? constant 0.2 : constant 0.1 : var 'MCmode' 3 ? loop_roll 0.125 ? blink 100ms ? constant 0.1 : constant 0.9 : constant 0.9 : var 'MCmode' 2 ? saved_loop_prepare 1 ? loop_load_prepare ? constant 0.5 & blink 1000ms: constant 0.5 : constant 0.1 : var 'MCmode' 1 ? hot_cue 5 ? constant 0.2 : constant 0.1 : hot_cue 1 ? constant 0.2 : constant 0.1

When the Pad is in MCmode=3 the LED_PAD is blinking with 100ms, when i press and hold the PAD. But in MCmode=2 when i press the PAD for aktivate the saved_loop the GUI is blinking, but not the LED_PAD.

Is it possible, that the LED_PAD1..4 can only blink whenn pressed? Is this a Feauture or is this a Bug?

Thanks for Help.

Regards,
Gregor
 

geposted Tue 06 Mar 18 @ 7:48 am
muchaPRO InfinityMember since 2015
Sorry, wanted to modify the Post and made a new one...

Is it possible, that the LED_PAD1..4 can only blink when holding pressed? Is this a Feauture or is this a Bug?
 

geposted Tue 06 Mar 18 @ 8:59 am
It's a bug on your code:

Your code:
var 'MCmodebutton' ? var 'MCmode' 1 ? constant 0.2 : constant 0.1 : var 'MCmode' 3 ? loop_roll 0.125 ? blink 100ms ? constant 0.1 : constant 0.9 : constant 0.9 : var 'MCmode' 2 ? saved_loop_prepare 1 ? loop_load_prepare ? constant 0.5 & blink 1000ms: constant 0.5 : constant 0.1 : var 'MCmode' 1 ? hot_cue 5 ? constant 0.2 : constant 0.1 : hot_cue 1 ? constant 0.2 : constant 0.1

Correct code:
var 'MCmodebutton' ? var 'MCmode' 1 ? constant 0.2 : constant 0.1 : var 'MCmode' 3 ? loop_roll 0.125 ? blink 100ms ? constant 0.1 : constant 0.9 : constant 0.9 : var 'MCmode' 2 ? saved_loop_prepare 1 ? loop_load_prepare ? blink 1000ms ? constant 0.5 : constant 0.1 : constant 0.5 : constant 0.1 : var 'MCmode' 1 ? hot_cue 5 ? constant 0.2 : constant 0.1 : hot_cue 1 ? constant 0.2 : constant 0.1
 

geposted Tue 06 Mar 18 @ 10:13 am
muchaPRO InfinityMember since 2015
Thanks a lot. Now it's working.
 

geposted Tue 06 Mar 18 @ 10:26 am


(Alte Themen und Foren werden automatisch geschlossen)