summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h6
1 files changed, 5 insertions, 1 deletions
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 {