From 6520548fc27ffc7422f3714739841f3e88d47b5c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 5 Jun 2016 20:49:14 -0400 Subject: extend/modify PresentationInfo to make searching for routes via Session::get_remote_nth_stripable() work --- libs/ardour/presentation_info.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/presentation_info.cc') diff --git a/libs/ardour/presentation_info.cc b/libs/ardour/presentation_info.cc index 5490f983be..e6200371c3 100644 --- a/libs/ardour/presentation_info.cc +++ b/libs/ardour/presentation_info.cc @@ -51,6 +51,7 @@ const PresentationInfo::order_t PresentationInfo::max_order = UINT32_MAX; const PresentationInfo::Flag PresentationInfo::Bus = PresentationInfo::Flag (PresentationInfo::AudioBus|PresentationInfo::MidiBus); const PresentationInfo::Flag PresentationInfo::Track = PresentationInfo::Flag (PresentationInfo::AudioTrack|PresentationInfo::MidiTrack); const PresentationInfo::Flag PresentationInfo::Route = PresentationInfo::Flag (PresentationInfo::Bus|PresentationInfo::Track); +const PresentationInfo::Flag PresentationInfo::AllRoutes = PresentationInfo::Flag (PresentationInfo::Route|PresentationInfo::MasterOut|PresentationInfo::MonitorOut); void PresentationInfo::make_property_quarks () -- cgit v1.2.3