16
Examples
For these examples, enter DAW mode so the pads are in Session mode to receive these messages.
Lighting the lower left pad static red:
Host => Launchkey MK3:
Hex:
90h 70h 05h
Dec:
144 112 5
This is Note On, Channel 1, Note number 70h (112), with Velocity 05h (5). The Channel specifies the
lighting mode (static), the Note number the pad to light (which is the lower left one in Session mode),
the Velocity the colour (which is Red, see
Flashing the upper left pad green:
Host => Launchkey MK3:
Hex:
91h 60h 13h
Dec:
145 96 19
This is Note On, Channel 2, Note number 60h (96), with Velocity 13h (19). The Channel specifies the
lighting mode (flashing), the Note number the pad to light (which is the upper left one in Session
mode), the Velocity the colour (which is Green, see
Pulsing the lower right pad blue:
Host => Launchkey MK3:
Hex:
92h 77h 2Dh
Dec:
146 119 45
This is Note On, Channel 3, Note number 77h (119), with Velocity 2Dh (45). The Channel specifies the
lighting mode (pulsing), the Note number the pad to light (which is the lower right one in Session
mode), the Velocity the colour (which is Blue, see
Turning a colour off:
Host => Launchkey MK3:
Hex:
90h 77h 00h
Dec:
144 119 0
This is Note Off (Note On with Velocity of zero), Channel 1, Note number 77h (119), with Velocity 00h
(0). The Channel specifies the lighting mode (static), the Note number the pad to light (which is the
lower right one in Session mode), the Velocity the colour (which is blank, see
). If the
Pulsing colour was set up there with the previous message, this would turn it off. Alternatively, a Midi
Note Off message can also be used for the same effect:
Host => Launchkey MK3:
Hex:
80h 77h 00h
Dec:
128 119 0
Содержание Launchkey MK3
Страница 1: ...1 Launchkey MK3 Programmer s reference manual ...
Страница 3: ...3 Velocity curve 21 Startup animation 21 ...