mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
leftmost_position => leftmost_sample, current_page_frames => current_page_samples
This commit is contained in:
parent
4258a34912
commit
8877199ae0
13 changed files with 55 additions and 55 deletions
|
|
@ -147,9 +147,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void first_idle ();
|
||||
virtual bool have_idled () const { return _have_idled; }
|
||||
|
||||
framepos_t leftmost_position() const { return leftmost_frame; }
|
||||
framepos_t leftmost_sample() const { return leftmost_frame; }
|
||||
|
||||
framecnt_t current_page_frames() const {
|
||||
framecnt_t current_page_samples() const {
|
||||
return (framecnt_t) floor (_visible_canvas_width * frames_per_pixel);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue