add two new port flags
[ardour.git] / libs / ardour / ardour / types.h
index 976c4924a794034dd1c143ba5aca9a12044db543..be71b4afda4f94791df60d28cb19e17f7fb09319 100644 (file)
@@ -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 {