Allow trim of midi regions to before the start of the source (better, this time)...
[ardour.git] / libs / evoral / evoral / Event.hpp
index 2410b3684aa216517a044ba41c55ba62e9da7db2..873572e77c9918109774cc33f9341bcd35fffb06 100644 (file)
@@ -170,6 +170,9 @@ struct Event {
        inline const uint8_t* buffer()             const { return _buf; }
        inline uint8_t*&      buffer()                   { return _buf; }
 
+       void set_time (Time);
+       void set_original_time (Time);
+
         inline event_id_t id() const { return _id; }
         inline void set_id (event_id_t n) { _id = n; }