summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/playlist.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-08-29 17:57:22 +0200
committerRobin Gareus <robin@gareus.org>2019-08-29 17:57:22 +0200
commit08644d8f2a35bfdd7d324bcd0c1ad74e5d868283 (patch)
tree6768e7012257447e3b26450229974149ac30b272 /libs/ardour/ardour/playlist.h
parent7496a856c7785888327146c9934e5db23ba5f155 (diff)
No-OP: move doxygen doc into header files
Diffstat (limited to 'libs/ardour/ardour/playlist.h')
-rw-r--r--libs/ardour/ardour/playlist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/ardour/ardour/playlist.h b/libs/ardour/ardour/playlist.h
index 6ed211c376..032a4fb7fb 100644
--- a/libs/ardour/ardour/playlist.h
+++ b/libs/ardour/ardour/playlist.h
@@ -187,6 +187,11 @@ public:
boost::shared_ptr<RegionList> regions_at (samplepos_t sample);
uint32_t count_regions_at (samplepos_t) const;
+
+ /** @param start Range start.
+ * @param end Range end.
+ * @return regions which have some part within this range.
+ */
boost::shared_ptr<RegionList> regions_touched (samplepos_t start, samplepos_t end);
boost::shared_ptr<RegionList> regions_with_start_within (Evoral::Range<samplepos_t>);
boost::shared_ptr<RegionList> regions_with_end_within (Evoral::Range<samplepos_t>);