mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
pt import: Fix crash with bringing in material
Hopefully the weird pt import crash is now gone!
This commit is contained in:
parent
772512a62d
commit
ec5a809f54
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue