Looped & One shot sample switch

Blinking LED - Novation Launchpad?

Hey guys,

I’m looking for the code to let LED’s blink on my Launchpad.
Can someone help me with this?

Thanks In Advance

Cheers!

Hi,

What software are you using with the Launchpad and exactly are you trying to do? Please give as much information as you can.

Best regards,

Alex Lucas // Novation Technical Support

DAMMMMN!

Technical Support right on DJTT.

Now THAT is TIT.

:slight_smile:

Nice one Alex!

you need to configure the launchpad to enable it’s internal bank switching - else a “flashing” colour will just show the same as a solid one (one with the copy bit set) so send (via an out in traktor or something) CC000 on channel 1 with a value of 40 (0x28) to the launchpad. this only needs doing one time (unless you reset the launchpad or do some manual buffer switching via other CC’s)

then you can just select colours the same as normal on the launchpad but subtract 4 from the value, which removes the copy bit and so only writes the colour to one internal launchpad buffer so that when it flips buffers it flashes

i.e: solid “hi red” is 7 so send it a value of 3 to make it a “flashing red”

all the sensible colour definitions i worked out (and other midi info) are here: http://midimasher.djism.com/lua/lib/launchpad.lua

the launchpad midi spec is pretty awesome tbh :wink: the only gotchas are that in flashing mode you really need to send a value of 4 to an led to turn it off instead of just 0 else it will turn a solid colour into a flashing one.

edit: i also use some flashing colours in my latest launchpad mapping for mixxx: http://djism.com/mixxx/Novation-Launchpad-scripts.js

actually the gotcha is quite a pain as 99.9% of the time that you send 0 to a launchpad led you just want it to turn off. would be cool if the launchpad handled it like that…

Man thank you very much :slight_smile:
I understand it all but this one:

so send (via an out in traktor or something) CC000 on channel 1 with a value of 40 (0x28) to the launchpad

Channel 1 ?
What do i needto send? What command? (Like: Deck play or…)

Thanks!

by default flashing colours won’t actually flash so that feature needs enabling.

the actual midi data that you need to send is 0xb0, 0x0, 0x28 which equates to CC 0 with a value of 40 on midi channel 1. in traktor speak that would be Ch01 > CC > 000 which it will then display as “Ch01.CC.000”

you then need to find some ‘out’ (if using traktor) that you can trigger and set the midi range max to 40 so that it sends out the right value.

i haven’t tried to do anything like that just via traktor or ableton tho - i’m always using either midimasher or mixxx - both which can be scripted to send that out.

Hi mate,

I installed the CD that was given with the Launchpad itself. (I think the USB driver?)

I’m trying to get this:

See the buttons flash? That’s exactly what i’m trying to do, to get some more visual feedback.

Thanks!

K found it, BIG thanks to you my friend, big thanks.
Altough I don’t know how to let a LED flash from zero to green?

e: found it all, thank you!

Hi,

I’m pleased to hear that you managed to find a solution. Sorry that I was not able to post back sooner.

Best regards,
Alex // Novation Technical Support