mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 11:27:45 +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
|
|
@ -30,6 +30,6 @@ private:
|
|||
std::shared_ptr<Evoral::ControlList> TestCtrlList() {
|
||||
Evoral::Parameter param (Evoral::Parameter(0));
|
||||
const Evoral::ParameterDescriptor desc;
|
||||
return std::shared_ptr<Evoral::ControlList> (new Evoral::ControlList(param, desc, Temporal::AudioTime));
|
||||
return std::shared_ptr<Evoral::ControlList> (new Evoral::ControlList(param, desc, Temporal::TimeDomainProvider (Temporal::AudioTime)));
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue