mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Deinterlace MIDI: gui part
This commit is contained in:
parent
11543b1c9b
commit
84111a343e
5 changed files with 59 additions and 6 deletions
|
|
@ -767,7 +767,7 @@ EditorSources::remove_selected_sources ()
|
|||
|
||||
}
|
||||
|
||||
_editor->remove_selected_regions(); // this operation is undo-able
|
||||
_editor->remove_regions( _editor->get_regions_from_selection_and_entered(), false /*can_ripple*/, false /*as_part_of_other_command*/); // this operation is undo-able
|
||||
|
||||
if (opt==2) {
|
||||
for (std::list<boost::weak_ptr<ARDOUR::Source> >::iterator i = to_be_removed.begin(); i != to_be_removed.end(); ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue