From eb6017d6a60e4b5a099252af95cfb4132c4ca053 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 16 Sep 2014 21:33:18 -0400 Subject: [PATCH] header file part of initial attempt to push certain kinds of Locations into LocateRoll events on the timeline for skip lists --- libs/ardour/ardour/session.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index c26ce99c8a..c06bbc7423 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1189,6 +1189,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop void locations_changed (); void locations_added (Location*); void handle_locations_changed (Locations::LocationList&); + void sync_locations_to_skips (Locations::LocationList&); PBD::ScopedConnectionList punch_connections; void auto_punch_start_changed (Location *);