mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
add Session::record_location()
This commit is contained in:
parent
cd1bddd01a
commit
a780e70f2a
1 changed files with 1 additions and 0 deletions
|
|
@ -505,6 +505,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
|
||||||
/* Time */
|
/* Time */
|
||||||
|
|
||||||
framepos_t transport_frame () const {return _transport_frame; }
|
framepos_t transport_frame () const {return _transport_frame; }
|
||||||
|
framepos_t record_location () const {return _last_record_location; }
|
||||||
framepos_t audible_frame () const;
|
framepos_t audible_frame () const;
|
||||||
framepos_t requested_return_frame() const { return _requested_return_frame; }
|
framepos_t requested_return_frame() const { return _requested_return_frame; }
|
||||||
void set_requested_return_frame(framepos_t return_to);
|
void set_requested_return_frame(framepos_t return_to);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue