mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
objects don't have a time domain, they have a time domain provider (GUI)
This commit is contained in:
parent
3b565693c8
commit
e9585ad530
5 changed files with 8 additions and 8 deletions
|
|
@ -4673,7 +4673,7 @@ Editor::cut_copy_points (Editing::CutCopyOp op, timepos_t const & earliest_time)
|
|||
ControlList for each of our source lists to put the cut buffer data in.
|
||||
*/
|
||||
for (Lists::iterator i = lists.begin(); i != lists.end(); ++i) {
|
||||
i->second.copy = i->first->create (i->first->parameter (), i->first->descriptor(), i->first->time_domain());
|
||||
i->second.copy = i->first->create (i->first->parameter (), i->first->descriptor(), *i->first);
|
||||
}
|
||||
|
||||
/* Add all selected points to the relevant copy ControlLists */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue