mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 21:57:16 +01:00
Make AutomationLine set up interpolation style for its list as appropriate.
git-svn-id: svn://localhost/ardour2/branches/3.0@7405 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d1b4599725
commit
8d747e647a
1 changed files with 1 additions and 0 deletions
|
|
@ -1227,6 +1227,7 @@ void
|
|||
AutomationLine::set_interpolation(AutomationList::InterpolationStyle style)
|
||||
{
|
||||
_interpolation = style;
|
||||
alist->set_interpolation (_interpolation);
|
||||
|
||||
if (style == AutomationList::Discrete) {
|
||||
show_all_control_points();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue