User Guide
© Focusrite Audio Engineering LTD
11
Advanced Features
$
Lighting LEDs Using SysEx Messages
$
It is possible to control Launchpad MK2’s LEDs using SysEx messages. This allows a number of
LEDs to be updated quickly with one message. The index of the LED is taken to be the same as
Session layout, regardless of the layout Launchpad MK2 is currently in, with the top 8 round
buttons indexed as 68h to 6Fh (104 – 111).
!
! Light LED using SysEx
$
Host >> Launchpad MK2: F0h 00h 20h 29h 02h 18h 0Ah <LED> <Colour> F7h
(240, 0, 32, 41, 2, 24, 10, <LED> <Colour> 247)
Message can be repeated up to 80 times.
!
!
! Light a column of LEDs using SysEx
$
Columns are numbered left to right, 0 - 8.
$
Host >> Launchpad MK2: F0h 00h 20h 29h 02h 18h 0Ch <Column> <Colour> F7h
(240, 0, 32, 41, 2, 24, 12, <Column> <Colour> 247)
Message can be repeated up to 9 times.
! Light a row of LEDs using SysEx
$
Rows are numbered bottom to top, 0 - 8.
$
Host >> Launchpad MK2: F0h 00h 20h 29h 02h 18h 0Dh <Row> <Colour> F7h
(240, 0, 32, 41, 2, 24, 13, <Row> <Colour> 247)
Message can be repeated up to 9 times.
!
! Light all LEDs using SysEx
$
Host >> Launchpad MK2: F0h 00h 20h 29h 02h 18h 0Eh <Colour> F7h
(240, 0, 32, 41, 2, 24, 14, <Colour> 247)
Message cannot be repeated.
!