README.rdoc in launchpad-0.1.1 vs README.rdoc in launchpad-0.2.0
- old
+ new
@@ -64,14 +64,19 @@
== Near future plans
* interaction responses for presses on single grid buttons/button areas
-* double buffering
* bitmap rendering
== Changelog
+
+=== v.0.2.0
+
+* double buffering (see Launchpad::Device#buffering_mode)
+* don't update grid button 0,0 before change_all (in order to reset rapid update pointer), use MIDI message without visual effect
+* (at least) doubled the speed of change_all by not sending each message individually but sending them in one go (as an array)
=== v0.1.1
* ability to close device/interaction to free portmidi resources
* ability to initialize devices using device ids as well as device names