Skip to content

Commit 2996eaa

Browse files
Brody NielsenBrody Nielsen
authored andcommitted
Fix #27: Add documentation for retrieving full RGB color palette
Add a note explaining how to retrieve the complete default RGB color palette (all 128 entries from index 0 to 127) using the Get LED Color Palette Entry sysex command (0x04). This addresses the request to document the full palette beyond the subset currently shown in the documentation.
1 parent 7ba2816 commit 2996eaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/AbletonPush2MIDIDisplayInterface.asc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,12 @@ will be retained, most likely.
501501
|7 |127 |white
502502
|===
503503

504+
NOTE: The table above shows only a subset of the RGB color palette values.
505+
To retrieve the complete default RGB color palette (all 128 entries from index 0 to 127),
506+
use the "Get LED Color Palette Entry" sysex command (0x04) described in the
507+
<<RGB LED Color Processing>> chapter. Query each color index from 0 to 127 to
508+
obtain the full palette with RGB and white values for each entry.
509+
504510
[id="White Balance"]
505511
White Balance
506512
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)