From 2a28862dcc6a8e5fcf7c8015f67b3eee4716fef6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 26 Nov 2009 11:16:20 +0000 Subject: Make MIDI device demos also turn off the on board LEDs if MIDI Note On messages are sent with a velocity of zero, which some devices use instead of Note Off messages (thanks to Robin Green). --- LUFA/ManPages/ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d06d91399..8f7a410ff 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -27,7 +27,9 @@ * - All Class Drivers now return false or the "DeviceDisconnected" error code of their respective error enums when a function * is called when no host/device is connected where possible * - The HOST_SENDCONTROL_DeviceDisconnect enum value has been renamed to HOST_SENDCONTROL_DeviceDisconnected to be in line - * with the rest of the library errorcodes. + * with the rest of the library errorcodes + * - Make MIDI device demos also turn off the on board LEDs if MIDI Note On messages are sent with a velocity of zero, + * which some devices use instead of Note Off messages (thanks to Robin Green) * * Fixed: * - Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver -- cgit v1.2.3