mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
fix redundant bounced-clips from a Consolidate operation
This commit is contained in:
parent
d842326999
commit
bd62f76875
1 changed files with 0 additions and 4 deletions
|
|
@ -4332,10 +4332,6 @@ Editor::bounce_range_selection (BounceTarget target, bool with_processing)
|
|||
rtv->track ()->presentation_info ().set_trigger_track (true);
|
||||
}
|
||||
|
||||
if (copy_to_clip_library) {
|
||||
export_to_clip_library (r);
|
||||
}
|
||||
|
||||
vector<Command*> cmds;
|
||||
playlist->rdiff (cmds);
|
||||
_session->add_commands (cmds);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue