mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Update Selection API to include all Stripables
This commit is contained in:
parent
1cbbbf6aad
commit
7009ff0300
7 changed files with 25 additions and 24 deletions
|
|
@ -192,7 +192,7 @@ public:
|
|||
void foreach_time_axis_view (sigc::slot<void,TimeAxisView&>);
|
||||
void add_to_idle_resize (TimeAxisView*, int32_t);
|
||||
|
||||
RouteTimeAxisView* get_route_view_by_route_id (const PBD::ID& id) const;
|
||||
StripableTimeAxisView* get_stripable_time_axis_by_id (const PBD::ID& id) const;
|
||||
|
||||
void consider_auditioning (boost::shared_ptr<ARDOUR::Region>);
|
||||
void hide_a_region (boost::shared_ptr<ARDOUR::Region>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue