mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Fix a few missing drops of Route references.
git-svn-id: svn://localhost/ardour2/branches/3.0@9571 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
09d4ab251e
commit
32df620938
5 changed files with 21 additions and 1 deletions
|
|
@ -168,6 +168,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
void cut_copy_clear_objects_one (AutomationLine&, PointSelection&, Editing::CutCopyOp);
|
||||
bool paste_one (AutomationLine&, ARDOUR::framepos_t, float times, Selection&, size_t nth);
|
||||
void reset_objects_one (AutomationLine&, PointSelection&);
|
||||
void route_going_away ();
|
||||
|
||||
void set_automation_state (ARDOUR::AutoState);
|
||||
bool ignore_state_request;
|
||||
|
|
@ -178,6 +179,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
void interpolation_changed (ARDOUR::AutomationList::InterpolationStyle);
|
||||
|
||||
PBD::ScopedConnectionList _list_connections;
|
||||
PBD::ScopedConnectionList _route_connections;
|
||||
|
||||
void update_extra_xml_shown (bool editor_shown);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue