mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
c&p debug
git-svn-id: svn://localhost/ardour2/branches/3.0@8916 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7268bdb132
commit
f204206ff9
1 changed files with 1 additions and 0 deletions
|
|
@ -1255,6 +1255,7 @@ Playlist::paste (boost::shared_ptr<Playlist> other, framepos_t position, float t
|
|||
*/
|
||||
|
||||
copy_of_region->set_layer (copy_of_region->layer() + top_layer);
|
||||
cerr << "DEBUG: add new region at " << pos << endl;
|
||||
add_region_internal (copy_of_region, (*i)->position() + pos);
|
||||
}
|
||||
pos += shift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue