diff --git a/libs/ardour/import_pt.cc b/libs/ardour/import_pt.cc index 8a8762d441..8de4df6129 100644 --- a/libs/ardour/import_pt.cc +++ b/libs/ardour/import_pt.cc @@ -359,8 +359,8 @@ Session::import_pt_rest (PTFFormat& ptf) playlist->add_region (copy, a->reg.startpos); //add_command (new StatefulDiffCommand (playlist)); nth++; + usedtracks.push_back (utr); } - usedtracks.push_back (utr); } } }