New editor API to retrieve the Stripable with via presentation info order.
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 10 Jun 2016 17:53:05 +0000 (13:53 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 10 Jun 2016 17:57:19 +0000 (13:57 -0400)
libs/ardour/ardour/session.h

index aba7a904f18509b6089dab126f365193843c8465..0d96777f8c11a376bf8f4b9d8b7f818e77a2dfc7 100644 (file)
@@ -311,6 +311,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
        bool io_name_is_legal (const std::string&) const;
        boost::shared_ptr<Route> route_by_name (std::string) const;
        boost::shared_ptr<Route> route_by_id (PBD::ID) const;
+       boost::shared_ptr<Stripable> get_nth_stripable (PresentationInfo::order_t n) const;
        boost::shared_ptr<Stripable> get_remote_nth_stripable (PresentationInfo::order_t n, PresentationInfo::Flag) const;
        boost::shared_ptr<Route> get_remote_nth_route (PresentationInfo::order_t n) const;
        boost::shared_ptr<Route> route_by_selected_count (uint32_t cnt) const;