]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/trackchain.h
Don't check sequence points while applying routes
[r2c2.git] / source / libr2c2 / trackchain.h
index 729a89cd9c6910882fe641721f86751e93df21e0..7d3c518a92842aa076350b701182b7fd6054df86 100644 (file)
@@ -4,6 +4,7 @@
 #include <set>
 #include <stdexcept>
 #include <sigc++/trackable.h>
+#include <msp/datafile/statement.h>
 #include "trackiter.h"
 
 namespace R2C2 {
@@ -62,9 +63,13 @@ private:
 public:
        const TrackSet &get_tracks() const { return tracks; }
        bool has_track(Track &) const;
+       bool is_loop() const;
 
 private:
        void object_removed(Object &);
+
+public:
+       virtual Msp::DataFile::Statement save_reference() const = 0;
 };
 
 } // namespace R2C2