mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Apply fix for 2546 from lincoln. Many thanks.
git-svn-id: svn://localhost/ardour2/branches/3.0@4503 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b6b366b631
commit
fcfe073b00
1 changed files with 2 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ AutomationList::AutomationList (Evoral::Parameter id)
|
|||
AutomationList::AutomationList (const AutomationList& other)
|
||||
: ControlList(other)
|
||||
{
|
||||
_style = other._style;
|
||||
_state = other._state;
|
||||
_touching = other._touching;
|
||||
|
||||
|
|
@ -232,7 +233,7 @@ AutomationList::state (bool full)
|
|||
root->add_property ("max-yval", buf);
|
||||
snprintf (buf, sizeof (buf), "%.12g", _max_xval);
|
||||
root->add_property ("max-xval", buf);
|
||||
|
||||
|
||||
root->add_property ("interpolation-style", enum_2_string (_interpolation));
|
||||
|
||||
if (full) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue