From 2996eaa63ddd6aa4581d195b994c5de605475479 Mon Sep 17 00:00:00 2001 From: Brody Nielsen Date: Thu, 15 Jan 2026 18:32:16 -0700 Subject: [PATCH 1/2] 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. --- doc/AbletonPush2MIDIDisplayInterface.asc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/AbletonPush2MIDIDisplayInterface.asc b/doc/AbletonPush2MIDIDisplayInterface.asc index 34315a1..eb17af7 100644 --- a/doc/AbletonPush2MIDIDisplayInterface.asc +++ b/doc/AbletonPush2MIDIDisplayInterface.asc @@ -501,6 +501,12 @@ will be retained, most likely. |7 |127 |white |=== +NOTE: The table above shows only a subset of the RGB color palette values. +To retrieve the complete default RGB color palette (all 128 entries from index 0 to 127), +use the "Get LED Color Palette Entry" sysex command (0x04) described in the +<> chapter. Query each color index from 0 to 127 to +obtain the full palette with RGB and white values for each entry. + [id="White Balance"] White Balance ^^^^^^^^^^^^^ From 905faf7c8ca86950116d9076e6e0f1fb142b2195 Mon Sep 17 00:00:00 2001 From: Ununp3ntium115 <126101872+Ununp3ntium115@users.noreply.github.com> Date: Fri, 16 Jan 2026 15:08:33 -0700 Subject: [PATCH 2/2] Update AbletonPush2MIDIDisplayInterface.asc Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- doc/AbletonPush2MIDIDisplayInterface.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/AbletonPush2MIDIDisplayInterface.asc b/doc/AbletonPush2MIDIDisplayInterface.asc index eb17af7..6a957e3 100644 --- a/doc/AbletonPush2MIDIDisplayInterface.asc +++ b/doc/AbletonPush2MIDIDisplayInterface.asc @@ -505,7 +505,7 @@ NOTE: The table above shows only a subset of the RGB color palette values. To retrieve the complete default RGB color palette (all 128 entries from index 0 to 127), use the "Get LED Color Palette Entry" sysex command (0x04) described in the <> chapter. Query each color index from 0 to 127 to -obtain the full palette with RGB and white values for each entry. +obtain the full palette with RGB and white color for each entry. [id="White Balance"] White Balance