summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-10 13:53:05 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-10 13:57:19 -0400
commita2fd790252b651fae8ccf2a3d7e35c3d7cf65a30 (patch)
treeadf49e4af995015712e9438b55aecc45d8ae3b7c /libs/ardour/ardour/session.h
parent15fcb0845aac884b0d793b06960bd5f8ab780872 (diff)
New editor API to retrieve the Stripable with via presentation info order.
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index aba7a904f1..0d96777f8c 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -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;