summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-07-08 09:58:01 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-09-17 17:00:32 -0600
commit5e9f4f2572e7cb94d4b7444202f45c47553b7ac6 (patch)
tree08ac3999a2941bd278c34eaa359efbe525efe5f0 /libs
parent37d9ec34c86bb18f95e35987b8b62bd4d275787c (diff)
add new port flag to identify those owned by a transport master
These ports are handled without SRC
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h
index 49401cfd4c..3246d1b169 100644
--- a/libs/ardour/ardour/types.h
+++ b/libs/ardour/ardour/types.h
@@ -732,7 +732,8 @@ enum PortFlags {
/* non-JACK related flags */
Hidden = 0x20,
- Shadow = 0x40
+ Shadow = 0x40,
+ TransportMasterPort = 0x80
};
enum MidiPortFlags {