mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
use new ARDOUR::Location signals in GUI
Conflicts: gtk2_ardour/editor_markers.cc
This commit is contained in:
parent
5bdc9a9a23
commit
6a971e645d
5 changed files with 27 additions and 25 deletions
|
|
@ -569,7 +569,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
Gtk::VBox scrollers_rulers_markers_box;
|
||||
|
||||
void location_changed (ARDOUR::Location *);
|
||||
void location_flags_changed (ARDOUR::Location *, void *);
|
||||
void location_flags_changed (ARDOUR::Location *);
|
||||
void refresh_location_display ();
|
||||
void refresh_location_display_internal (ARDOUR::Locations::LocationList&);
|
||||
void add_new_location (ARDOUR::Location *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue