mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
remove editor/mixer selection change signals; make editor and mixer use PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection
This commit is contained in:
parent
4821def173
commit
cc82fc675b
14 changed files with 181 additions and 186 deletions
|
|
@ -207,7 +207,6 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
|
|||
virtual Selection& get_selection () const = 0;
|
||||
virtual bool get_selection_extents (framepos_t &start, framepos_t &end) const = 0;
|
||||
virtual Selection& get_cut_buffer () const = 0;
|
||||
virtual void track_mixer_selection () = 0;
|
||||
virtual bool extend_selection_to_track (TimeAxisView&) = 0;
|
||||
virtual void play_selection () = 0;
|
||||
virtual void play_with_preroll () = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue