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 ?
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 ?
发表时间 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)
or
blink ? get_constant '#770000' : get_constant '#775500'
(if you want to blink between two colors (for dim blink)
发表时间 Mon 19 May 14 @ 8:02 am
thank you very much !!
And it's possible to change the blink frequence so as before ?
Like blink 300ms
And it's possible to change the blink frequence so as before ?
Like blink 300ms
发表时间 Mon 19 May 14 @ 8:54 am
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
just add time:
deck 2 break? blink 300ms ? get_constant green: get_constant '# 005500': get_constant green
发表时间 Mon 19 May 14 @ 9:00 am