From b5239317d4657ad689ef7ef4d11c1fb6ae3e699b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 31 Jul 2013 19:47:20 -0400 Subject: more stuff compiles --- libs/ardour/ardour/types.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/types.h') diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index 0167909ef3..b00b03e060 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -598,8 +598,11 @@ namespace ARDOUR { /* these values happen to match the constants used by JACK but this equality cannot be assumed. */ - IsInput = 1, - IsOutput = 2, + IsInput = 0x1, + IsOutput = 0x2, + IsPhysical = 0x4, + CanMonitor = 0x8, + IsTerminal = 0x10 }; struct LatencyRange { -- cgit v1.2.3