s.claussen
2018-06-17 14:09:43
Hey there,
i try to set a colour status fpr my led on APC 40 Mk2.
When i take a look at the Communication Diagram is written down that:
Format of Type 1 outbound Midi note-on messages
Byte Number
Value
Description
1
0x9<chan>
MIDI Note-on. The 4-bit <chan> value will be used for the track strips
2
<ControlID >
Identifier for LED object (“note number”)
3
State
Control value (This value will describe the state or color of the LED: OFF/ON/blinking, etc.)
Assignment of Note number messages to LEDs. Note 0x30 to 0x39 use MIDI Channel 0 to 7 to indicate Tracks 1-8. All other note values ignore the MIDI Channel.
Version 1.2 – January 19, 2015 Page 13
Note Number
MIDI Channel
Corresponding LED
Velocity
0x00
0-15 = RGB Type
Clip Launch 1
See “RGB LEDS” Table below
0x01
0-15 = RGB Type
Clip Launch 2
See “RGB LEDS” Table below
Akai APC40 Mk2 Communication Protocol
MIDI Channel
Corresponding LED
Velocity
0-15 = RGB Type
Clip Launch 3
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 4
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 5
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 6
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 7
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 8
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 9
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 10
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 11
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 12
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 13
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 14
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 15
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 16
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 17
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 18
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 19
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 20
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 21
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 22
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 23
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 24
See “RGB LEDS” Table below
0-15 = RGB Type
Clip Launch 25
See “RGB LEDS” Table below
Note Number
0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0A 0x0B 0x0C 0x0D 0x0E 0x0F 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18
Version 1.2 – January 19, 2015
Page 14
Akai APC40 Mk2 Communication Protocol
Note Number
MIDI Channel
Corresponding LED
Velocity
0x19
0-15 = RGB Type
Clip Launch 26
See “RGB LEDS” Table below
0x1A
0-15 = RGB Type
Clip Launch 27
See “RGB LEDS” Table below
0x1B
0-15 = RGB Type
Clip Launch 28
See “RGB LEDS” Table below
0x1C
0-15 = RGB Type
Clip Launch 29
See “RGB LEDS” Table below
0x1D
0-15 = RGB Type
Clip Launch 30
See “RGB LEDS” Table below
0x1E
0-15 = RGB Type
Clip Launch 31
See “RGB LEDS” Table below
0x1F
0-15 = RGB Type
Clip Launch 32
See “RGB LEDS” Table below
0x20
0-15 = RGB Type
Clip Launch 33
See “RGB LEDS” Table below
0x21
0-15 = RGB Type
Clip Launch 34
See “RGB LEDS” Table below
0x22
0-15 = RGB Type
Clip Launch 35
See “RGB LEDS” Table below
0x23
0-15 = RGB Type
Clip Launch 36
See “RGB LEDS” Table below
0x24
0-15 = RGB Type
Clip Launch 37
See “RGB LEDS” Table below
0x25
0-15 = RGB Type
Clip Launch 38
See “RGB LEDS” Table below
0x26
0-15 = RGB Type
Clip Launch 39
See “RGB LEDS” Table below
0x27
0-15 = RGB Type
Clip Launch 40
See “RGB LEDS” Table below
RGB LEDs Type
RGB LEDs
Akai APC40 Mk2 Communication Protocol
MIDI Channel
Function
0
Primary Color
1
Secondary Color – Oneshot 1/24
2
Secondary Color – Oneshot 1/16
3
Secondary Color – Oneshot 1/8
4
Secondary Color – Oneshot 1/4
5
Secondary Color – Oneshot 1/2
6
Secondary Color – Pulsing 1/24
7
Secondary Color – Pulsing 1/16
8
Secondary Color – Pulsing 1/8
9
Secondary Color – Pulsing 1/4
10
Secondary Color – Pulsing 1/2
11
Secondary Color – Blinking 1/24
12
Secondary Color – Blinking 1/16
13
Secondary Color – Blinking 1/8
14
Secondary Color – Blinking 1/4
15
Secondary Color – Blinking 1/2
Name
Color
Velocity
60
#000000
0
59
#1E1E1E
1
58
#7F7F7F
2
57
#FFFFFF
3
1
#FF4C4C
4
2
#FF0000
5
3
#590000
6
4
#190000
7
5
#FFBD6C
8
6
#FF5400
9
so the Synthax i Try to speak to the LED is as follows
1.Midi Note On= 09
2.NoteNumber e.g.= 01 (ClipLanch 01)
3.State= 01(Secondary Color – Oneshot 1/24)
4.Color= 57 ( color) 01 (Velocity)
so my string is
09 01 01 57 01
this is what i write in outgoing / Midi Mesage / Raw Midi Message exclusive
but it doesnt work ... maybe you can help me , i try to search the whole google but dont find a paper where i can see the correct string to set the led by outgoing message.
thank and best regards
Basti