mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
Source list, Region List: Resolve various action+behaviors between the 2 lists.
Duplicate the remove_unsued_region action in the Session->Cleanup menu, for discoverability. Region list should use the same Region actions as the canvas... OK, now resolve the change in use-cases of Region List and Source List. tentative. Rough-in remove_selected_sources (Delete in Sources list). Column tweaks.
This commit is contained in:
parent
9a6194218e
commit
d2dbf364a6
10 changed files with 126 additions and 34 deletions
|
|
@ -44,6 +44,8 @@ public:
|
|||
}
|
||||
|
||||
void clear ();
|
||||
|
||||
void remove_selected_sources ();
|
||||
|
||||
void selection_mapover (sigc::slot<void,boost::shared_ptr<ARDOUR::Region> >);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue