Add a method for obtaining the frame position of beat/whatever zero
[ardour.git] / libs / ardour / ardour / tempo.h
index da68f6516e127e0af653a1068653bd3600e31ae9..816ec67d3345df68bda829bb5c000286a485755d 100644 (file)
@@ -525,6 +525,8 @@ class LIBARDOUR_API TempoMap : public PBD::StatefulDestructible
        void fix_legacy_session();
        void fix_legacy_end_session();
 
+       framepos_t music_origin ();
+
 private:
        /* prevent copy construction */
        TempoMap (TempoMap const&);