summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/TODO
diff options
context:
space:
mode:
authorJohn Anderson <ardour@semiosix.com>2007-07-18 19:09:33 +0000
committerJohn Anderson <ardour@semiosix.com>2007-07-18 19:09:33 +0000
commitbfb5ddedab95238a67964310f44290ba301471d0 (patch)
tree2558d86a7a351cc9b6e5d23e7398d167e4b79406 /libs/surfaces/mackie/TODO
parent5c8830f952d9db413b03a24088d4c91b3d7f5709 (diff)
Beginnings of writing to the LCD strip display. Some other tweaks and output thing, mostly related to alsa/sequencer weirdness.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2144 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/mackie/TODO')
-rw-r--r--libs/surfaces/mackie/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/TODO b/libs/surfaces/mackie/TODO
index a9cb1b9878..f552c4a74c 100644
--- a/libs/surfaces/mackie/TODO
+++ b/libs/surfaces/mackie/TODO
@@ -1,3 +1,5 @@
+* alsa/sequencer ports unstable
+* crash when mmc port set to mcu
* how long can UI signal callbacks take to execute? What happens if they block?
where ENSURE_CORRECT_THREAD is a macro that is modelled on ENSURE_GUI_THREAD
if the handler is not called in the "correct thread", it will use a pseudo-RT-safe-enough technique to get the correct thread to recall "handler" later on, and return.