Quick Sign In:  

Forum: VirtualDJ 8.0 Technical Support

Topic: Make blink a Led

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

Dodge57PRO InfinityMember since 2009
Hello,

I use a Novation Launchpad and I want to change the mapping to the same as before.
The Launchpad is now native in VDJ8 and to light on a LED, we must enter the hexadecimal color code :
<map value="LED_1.3" action="get_constant'#770000'" />)
But how to make it blink ?
 

Posted Mon 19 May 14 @ 7:54 am
blink ? get_constant '#770000' : off

or

blink ? get_constant '#770000' : get_constant '#775500'

(if you want to blink between two colors (for dim blink)
 

Posted Mon 19 May 14 @ 8:02 am
Dodge57PRO InfinityMember since 2009
thank you very much !!

And it's possible to change the blink frequence so as before ?
Like blink 300ms
 

Posted Mon 19 May 14 @ 8:54 am
Dodge57PRO InfinityMember since 2009
I ask while I have not even tested ...

just add time:
deck 2 break? blink 300ms ? get_constant green: get_constant '# 005500': get_constant green
 

Posted Mon 19 May 14 @ 9:00 am


(Old topics and forums are automatically closed)