summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Anderson <ardour@semiosix.com>2007-07-18 17:00:39 +0000
committerJohn Anderson <ardour@semiosix.com>2007-07-18 17:00:39 +0000
commit5c8830f952d9db413b03a24088d4c91b3d7f5709 (patch)
tree43efab7f897c97eafdad5d337be11ee8e602b8b3
parent814160a6d54332a582f1d0d6bf10b62877f246c0 (diff)
And some comments to explain supports_feedback : false.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2143 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/surfaces/mackie/interface.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/interface.cc b/libs/surfaces/mackie/interface.cc
index 461f5171ac..7872d47a78 100644
--- a/libs/surfaces/mackie/interface.cc
+++ b/libs/surfaces/mackie/interface.cc
@@ -92,6 +92,10 @@ static ControlProtocolDescriptor mackie_descriptor = {
ptr : 0,
module : 0,
mandatory : 0,
+ // actually, the surface does support feedback, but all this
+ // flag does is show a submenu on the UI, which is useless for the mackie
+ // because feedback is always on. In any case, who'd want to use the
+ // mcu without the motorised sliders doing their thing?
supports_feedback : false,
probe : probe_mackie_protocol,
initialize : new_mackie_protocol,