move display of silence for strip-silence into regionviews, along with text to descri...
[ardour.git] / libs / ardour / ardour / types.h
index 1f16ce6313e2e50144e4424fe8737bad9be640da..cae2d5bcf75f2b58192c243bfed2fb72c07674b9 100644 (file)
@@ -72,6 +72,9 @@ namespace ARDOUR {
         static const framepos_t max_framepos = INT64_MAX;
         static const framecnt_t max_framecnt = INT64_MAX;
 
+        // a set of (time) intervals: first of pair is the offset within the region, second is the length of the interval
+        typedef std::list<std::pair<frameoffset_t,framecnt_t> > AudioIntervalResult;
+
        struct IOChange {
 
                enum Type {