From cf39ebc966c3518411bebe85e499237b0c750817 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 2 Aug 2018 21:02:31 +0200 Subject: Add method to conveniently retrieve a sorted routelist --- libs/ardour/ardour/session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 40cf8578cc..c4c7458670 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -284,6 +284,8 @@ public: boost::shared_ptr rt_tasklist () { return _rt_tasklist; } + RouteList get_routelist (bool mixer_order = false) const; + CoreSelection& selection () { return *_selection; } /* because the set of Stripables consists of objects managed -- cgit v1.2.3