add new port flag to identify those owned by a transport master
These ports are handled without SRC
This commit is contained in:
@@ -732,7 +732,8 @@ enum PortFlags {
|
||||
|
||||
/* non-JACK related flags */
|
||||
Hidden = 0x20,
|
||||
Shadow = 0x40
|
||||
Shadow = 0x40,
|
||||
TransportMasterPort = 0x80
|
||||
};
|
||||
|
||||
enum MidiPortFlags {
|
||||
|
||||
Reference in New Issue
Block a user