Quantize notes to session tempo time, not relative to start of region (fix issue...
[ardour.git] / libs / ardour / ardour / session.h
index c1bd84ae4658a21ea4b26f86ce70de28b7812a50..3bda654a8ebd959147a892b410e8bc92494fdb92 100644 (file)
@@ -1195,6 +1195,7 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
        void stop_transport (bool abort = false, bool clear_state = false);
        void start_transport ();
        void realtime_stop (bool abort, bool clear_state);
+       void realtime_locate ();
        void non_realtime_start_scrub ();
        void non_realtime_set_speed ();
        void non_realtime_locate ();