13
0

add two new port flags

This commit is contained in:
Paul Davis 2016-06-20 12:47:26 -04:00
parent 1850510423
commit 483c408390

View 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 {