From 5e9f4f2572e7cb94d4b7444202f45c47553b7ac6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 8 Jul 2019 09:58:01 -0600 Subject: [PATCH] add new port flag to identify those owned by a transport master These ports are handled without SRC --- libs/ardour/ardour/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index 49401cfd4c..3246d1b169 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -732,7 +732,8 @@ enum PortFlags { /* non-JACK related flags */ Hidden = 0x20, - Shadow = 0x40 + Shadow = 0x40, + TransportMasterPort = 0x80 }; enum MidiPortFlags {