Novation Launchpad buttons can be set to flash by sending the following MIDI message to the device:
B0 00 28
and then sending a specific note velocity value to the target button. On power up, flashing mode is disabled by default. I would like VDJ to send the above message to my Launchpad at initialization. The manual describes the <init> and <exit> commands, e.g.:
<init sendsysex="F00001020304057F" />
Can I use <init> to send "B0 00 28" to my Launchpad? Thanks
B0 00 28
and then sending a specific note velocity value to the target button. On power up, flashing mode is disabled by default. I would like VDJ to send the above message to my Launchpad at initialization. The manual describes the <init> and <exit> commands, e.g.:
<init sendsysex="F00001020304057F" />
Can I use <init> to send "B0 00 28" to my Launchpad? Thanks
Mensajes Sat 01 Dec 18 @ 8:00 am
Yes, example: <init sendsysex="B00028"/>
Mensajes Sat 01 Dec 18 @ 6:51 pm
Cool! Thanks
Mensajes Sun 02 Dec 18 @ 9:31 am