DAW Fader bank set-up
The DAW Fader bank can be set up using the following SysEx message:
Host => Launchpad Pro [MK3]:
Hex Version: F0h 00h 20h 29h 02h 0Eh 01h <Bank> <Orientation> <Fader> [ <Fader> [ _ ] ] F7h
Decimal Version: 240 0 32 41 2 14 1 <Bank> <Orientation> <Fader> [ <Fader> [ _ ] ] 247
The <Bank> byte can be
Hex: 00h / Decimal: 0 --- Volumes
Hex: 01h / Decimal: 1 --- Pans
Hex: 02h / Decimal: 2 --- Sends
Hex: 03h / Decimal: 3 --- Devices
The <Orientation> byte can be 0 for Vertical faders or 1 for Horizontal faders.
The <Fader> entry specifies the configuration of one fader as follows:
Fader index (1 byte), 0 – 7, left to right (vertical) or top to bottom (horizontal).
Fader type (1 byte), 0: Unipolar, 1: Bipolar.
Control Change associated (1 byte).
Fader’s colour (1 byte), a palette entry.
The fader’s colour can be set to 0, this may be used to make the fader not visible (as it will not show on
the surface then).
The message may contain up to 8 <fader> entries to set up the entire DAW Fader bank.
Example:
Host => Launchpad Pro [MK3]:
Hex: F0h 00h 20h 29h 02h 0Eh 01h 00h 00h 00h 00h 07h 25h 01h 01h 08h 15h F7h