summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-16 21:33:18 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-16 21:33:18 -0400
commit99ac4755afd314986c4dd5d8bf5f4792fdcb8c69 (patch)
treed9eef8d52a053f1d12ae0e8287b33dddcb9f9b4d /libs/ardour
parent80c0400cda944aceff67e15d9a990b46edbc6a09 (diff)
header file part of initial attempt to push certain kinds of Locations into LocateRoll events on the timeline for skip lists
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/ardour/session.h1
1 files changed, 1 insertions, 0 deletions
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 *);