From 483c408390668dbf55557daf3a60e88761bdf449 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 20 Jun 2016 12:47:26 -0400 Subject: [PATCH] add two new port flags --- libs/ardour/ardour/types.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index 976c4924a7..be71b4afda 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -653,7 +653,11 @@ namespace ARDOUR { IsOutput = 0x2, IsPhysical = 0x4, CanMonitor = 0x8, - IsTerminal = 0x10 + IsTerminal = 0x10, + + /* non-JACK related flags */ + Hidden = 0x20, + Shadow = 0x40, }; struct LatencyRange { -- 2.30.2