!
!
!
! Initialise a fader or pan control
$
Host >> Launchpad Pro: F0h 00h 20h 29h 02h 10h 2Bh <Number> <Type> <Colour> <Value> F7h
(240,0,32,41,2,16,43,<Number>, <Type>, <Colour>, <Value>, 247)
<Number> <Type> <Colour> <Value> sets may be repeated up to 8 times in a message.
<Number> - Index of the fader, numbered left to right, 00h – 07h (0 – 7)
<Type> - Fader (00h) or Pan (01h).
<Colour> - 00h – 7Fh (0 – 127)
<Value> - Initial value for the fader 00h – 7Fh (0 – 127)
! Example: Set-up 4 fader controls, in Fader layout
$
Host >> Launchpad Pro: F0h 00h 20h 29h 02h 10h 2Bh 02h 00h 05h 7fh 03h 00h 15h 46h 04h 00h 2dh 22h 05h ..
.. 00h 35h 00h F7h
(240, 0, 32, 41, 2, 16, 43, 2, 0, 5, 127, 3, 0, 21, 70, 4, 0, 45, 34, 5, 0, 53, 0, 247)
This message looks complicated but can be broken down into the following sections: