From 80fd215a5cf0dad7013b2ac5c94dd24d14767339 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Wed, 7 Nov 2018 13:02:49 -0800 Subject: get_stripables and get_routelist are now presentationinfo aware --- libs/ardour/ardour/session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index b5997a3a83..36f323a6d4 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -287,7 +287,7 @@ public: boost::shared_ptr rt_tasklist () { return _rt_tasklist; } - RouteList get_routelist (bool mixer_order = false) const; + RouteList get_routelist (bool mixer_order = false, PresentationInfo::Flag fl = PresentationInfo::MixerRoutes) const; CoreSelection& selection () { return *_selection; } @@ -298,7 +298,7 @@ public: * with get_routes() */ - void get_stripables (StripableList&) const; + void get_stripables (StripableList&, PresentationInfo::Flag fl = PresentationInfo::MixerStripables) const; StripableList get_stripables () const; boost::shared_ptr get_tracks() const; boost::shared_ptr get_routes_with_internal_returns() const; -- cgit v1.2.3