From a780e70f2afd7c0ca61d05e7c9d8da4ba4c6881c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 7 Sep 2014 11:33:47 -0400 Subject: [PATCH] add Session::record_location() --- libs/ardour/ardour/session.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index b7e022804e..e327a9c113 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -505,6 +505,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop /* Time */ framepos_t transport_frame () const {return _transport_frame; } + framepos_t record_location () const {return _last_record_location; } framepos_t audible_frame () const; framepos_t requested_return_frame() const { return _requested_return_frame; } void set_requested_return_frame(framepos_t return_to);