mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Fix multiple creation of identical automation tracks. Fixes #3482.
git-svn-id: svn://localhost/ardour2/branches/3.0@7848 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8000b39c8c
commit
74cc8f6067
6 changed files with 16 additions and 12 deletions
|
|
@ -206,7 +206,7 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
|
|||
|
||||
/* call this on the parent */
|
||||
|
||||
virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter, int) { return 0; }
|
||||
virtual XMLNode* get_automation_child_xml_node (Evoral::Parameter) { return 0; }
|
||||
|
||||
virtual LayerDisplay layer_display () const { return Overlaid; }
|
||||
virtual StreamView* view () const { return 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue