From 83d163b083cb1915ab07527366ec711a08156151 Mon Sep 17 00:00:00 2001 From: Brody Nielsen Date: Thu, 15 Jan 2026 18:32:10 -0700 Subject: [PATCH] Fix #28: Add 'yes' to 'Sends Reply' column for Get Display Brightness command The command list table incorrectly showed that Get Display Brightness (0x09) does not send a reply. This commit fixes the table to correctly indicate that the command does send a reply, matching the command description. --- doc/AbletonPush2MIDIDisplayInterface.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/AbletonPush2MIDIDisplayInterface.asc b/doc/AbletonPush2MIDIDisplayInterface.asc index 34315a1..9d9ec92 100644 --- a/doc/AbletonPush2MIDIDisplayInterface.asc +++ b/doc/AbletonPush2MIDIDisplayInterface.asc @@ -240,7 +240,7 @@ arguments are avoided. |+0x06+ | |Set LED Brightness .2+|<> |+0x07+ |yes|Get LED Brightness |+0x08+ | |Set Display Brightness .2+|<> -|+0x09+ | |Get Display Brightness +|+0x09+ |yes|Get Display Brightness .2+|<> |+0x0A+ |yes|Set MIDI Mode |<> |+0x0B+ | |Set LED PWM Frequency Correction |<> |+0x13+ |yes|Sample Pedal Data |<>