Add an option in the MCP .device file to set master position (fixes #6357)
[ardour.git] / libs / surfaces / mackie / device_info.h
index 9a70852ed6984c4e7bf36ae0aaa27c6a88327aaf..ac24b1cea13f8c3463a8168d824884fc1fac47f4 100644 (file)
@@ -62,6 +62,7 @@ class DeviceInfo
 
        uint32_t strip_cnt () const;
        uint32_t extenders() const;
+       uint32_t master_position() const;
        bool has_two_character_display() const; 
        bool has_master_fader () const;
        bool has_timecode_display() const;
@@ -88,6 +89,7 @@ class DeviceInfo
   private:
     uint32_t _strip_cnt;
     uint32_t _extenders;
+    uint32_t _master_position;
     bool     _has_two_character_display;
     bool     _has_master_fader;
     bool     _has_timecode_display;