Update Selection API to include all Stripables

This commit is contained in:
Robin Gareus 2017-08-06 22:16:36 +02:00
parent 1cbbbf6aad
commit 7009ff0300
7 changed files with 25 additions and 24 deletions

View file

@ -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>);