add new port flag to identify those owned by a transport master

These ports are handled without SRC
This commit is contained in:
Paul Davis 2019-07-08 09:58:01 -06:00
parent 37d9ec34c8
commit 5e9f4f2572

View file

@ -732,7 +732,8 @@ enum PortFlags {
/* non-JACK related flags */
Hidden = 0x20,
Shadow = 0x40
Shadow = 0x40,
TransportMasterPort = 0x80
};
enum MidiPortFlags {