MCP: more surface properties, correctly close IOSources when switching surfaces;...
[ardour.git] / libs / surfaces / mackie / device_info.h
index f6052375103eb96dc2c23caa0fde61ae8fc160ce..60d28324351c3d1dc2d093a13a360f8b9c988835 100644 (file)
@@ -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;
 };