From 99ac4755afd314986c4dd5d8bf5f4792fdcb8c69 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 e327a9c113..4c84ec7dfa 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1174,6 +1174,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 *);