add new port flag to identify those owned by a transport master
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 8 Jul 2019 15:58:01 +0000 (09:58 -0600)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 17 Sep 2019 23:00:32 +0000 (17:00 -0600)
These ports are handled without SRC

libs/ardour/ardour/types.h

index 49401cfd4c76a5f380528b67a07fa0497623fd7d..3246d1b16994ce0d5c91c9f8ab71242e2b21c025 100644 (file)
@@ -732,7 +732,8 @@ enum PortFlags {
 
        /* non-JACK related flags */
        Hidden = 0x20,
-       Shadow = 0x40
+       Shadow = 0x40,
+       TransportMasterPort = 0x80
 };
 
 enum MidiPortFlags {