mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
the edit cursor is dead, long live the edit point; plus a few fixes; plus location locking
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2610 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a8d2605f9a
commit
96fa1cd0b6
27 changed files with 462 additions and 214 deletions
|
|
@ -155,7 +155,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
|
|||
virtual void remove_last_capture () = 0;
|
||||
virtual void maximise_editing_space() = 0;
|
||||
virtual void restore_editing_space() = 0;
|
||||
virtual nframes_t edit_cursor_position(bool sync) = 0;
|
||||
virtual nframes64_t get_preferred_edit_position () const = 0;
|
||||
|
||||
sigc::signal<void> ZoomFocusChanged;
|
||||
sigc::signal<void> ZoomChanged;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue