reinstate "restart seek" behaviour but use a new Session::_seek_counter member variab...
[ardour.git] / libs / ardour / ardour / session.h
index b9e751cb06b92b5889cccac8bd8a0007001e707e..869a2d7230500a91af52efbf4bf274ad0a9d5073 100644 (file)
@@ -1242,6 +1242,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
        int                      transport_sub_state;
        mutable gint            _record_status;
        framepos_t              _transport_frame;
+       gint                    _seek_counter;
        Location*               _session_range_location; ///< session range, or 0 if there is nothing in the session yet
        bool                    _session_range_end_is_free;
        Slave*                  _slave;