add Session::record_location()
This commit is contained in:
parent
cd1bddd01a
commit
a780e70f2a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user