mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
add new port flag to identify those owned by a transport master
These ports are handled without SRC
This commit is contained in:
parent
37d9ec34c8
commit
5e9f4f2572
1 changed files with 2 additions and 1 deletions
|
|
@ -732,7 +732,8 @@ enum PortFlags {
|
|||
|
||||
/* non-JACK related flags */
|
||||
Hidden = 0x20,
|
||||
Shadow = 0x40
|
||||
Shadow = 0x40,
|
||||
TransportMasterPort = 0x80
|
||||
};
|
||||
|
||||
enum MidiPortFlags {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue