mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
objects don't have a time domain, they have a time domain provider (libs)
This commit is contained in:
parent
e430b54554
commit
3b565693c8
74 changed files with 268 additions and 244 deletions
|
|
@ -366,7 +366,7 @@ CurveTest::constrainedCubic ()
|
|||
Evoral::ParameterDescriptor pd;
|
||||
pd.lower = 5;
|
||||
pd.upper = 325;
|
||||
Evoral::ControlList l(p, pd, AudioTime);
|
||||
Evoral::ControlList l(p, pd, Temporal::TimeDomainProvider (AudioTime));
|
||||
|
||||
size_t i;
|
||||
l.set_interpolation(Evoral::ControlList::Curved);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue