Add Control::in_use. Add a timeout-generated stop event to Pot.
[ardour.git] / libs / surfaces / mackie / TODO
index 245929886c5b5013e8b0335ae70225fe21610f13..7d6f9451326a3f910ae2231071717100d94adb5d 100644 (file)
@@ -1,8 +1,7 @@
 * if mackie wheel moves too fast, it's ignored.
-* active (pressed?) state for controls, including timeout
 * update manual with jog wheel states
 * alsa/sequencer ports unstable. possibly problems with use of ::poll
-* use glib::timeout for check_scrubbing
+* use glib::Timer instead of mine
 * crash when mmc port set to mcu?
 * remappable buttons
 * how long can UI signal callbacks take to execute? What happens if they block?
@@ -19,6 +18,7 @@ Later
 -----
 * remove commented couts
 * Perhaps MackieControlProtocol shouldn't implement MackieButtonHandler
+* Need a HostAdapter class to encapsulate ardour calls
 * talk to route plugins
 * check for excessiveness (ie too many events making other subsystems work too hard)
 * Queueing of writes?