try just removing all PLATFORM_WINDOWS conditionals in ipmidi code to see if it will...
[ardour.git] / libs / surfaces / mackie / mackie_control_protocol.h
index 0976da51976220e37e3e7d8ef6fea6d8107c3daf..f5db7942516cf42693a7b2b3647682a60a37fba2 100644 (file)
@@ -155,6 +155,7 @@ class MackieControlProtocol
        void set_view_mode (ViewMode);
        void set_flip_mode (FlipMode);
        void set_pot_mode (PotMode);
+       void display_view_mode ();
 
        XMLNode& get_state ();
        int set_state (const XMLNode&, int version);
@@ -307,6 +308,7 @@ class MackieControlProtocol
        Mackie::Timer            _frm_left_last;
        // last written timecode string
        std::string              _timecode_last;
+       framepos_t                               _frame_last;
        // Which timecode are we displaying? BBT or Timecode
        ARDOUR::AnyTime::Type    _timecode_type;
        // Bundle to represent our input ports
@@ -328,7 +330,7 @@ class MackieControlProtocol
        ARDOUR::RouteNotificationList _last_selected_routes;
        XMLNode*                 configuration_state;
        int                      state_version;
-       int                      _last_mix_bank;
+       int                      _last_bank[9];
 
        boost::shared_ptr<ArdourSurface::Mackie::Surface>       _master_surface;