summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/device_info.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-04-12 17:52:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-04-12 17:52:57 +0000
commit17b442971bfa7eee99dad5287054ffbe9b5d9bf0 (patch)
tree3f37280f28f638a7125e2f484b582b348b265d1d /libs/surfaces/mackie/device_info.h
parentcd78f52bd89d6930a99976263131d98e6bb5079d (diff)
MCP: more surface properties, correctly close IOSources when switching surfaces; write select button msgs one by one, change port name back to generic terms
git-svn-id: svn://localhost/ardour2/branches/3.0@11945 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/surfaces/mackie/device_info.h')
-rw-r--r--libs/surfaces/mackie/device_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/device_info.h b/libs/surfaces/mackie/device_info.h
index f605237510..60d2832435 100644
--- a/libs/surfaces/mackie/device_info.h
+++ b/libs/surfaces/mackie/device_info.h
@@ -43,6 +43,8 @@ class DeviceInfo
bool has_master_fader () const;
bool has_segmented_display() const;
bool has_timecode_display() const;
+ bool has_global_controls() const;
+ bool has_jog_wheel () const;
const std::string& name() const;
static std::map<std::string,DeviceInfo> device_info;
@@ -55,6 +57,8 @@ class DeviceInfo
bool _has_master_fader;
bool _has_segmented_display;
bool _has_timecode_display;
+ bool _has_global_controls;
+ bool _has_jog_wheel;
std::string _name;
};