diff options
Diffstat (limited to 'src/jackey.h')
-rw-r--r-- | src/jackey.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/jackey.h b/src/jackey.h index 6695f3d..02a7735 100644 --- a/src/jackey.h +++ b/src/jackey.h @@ -59,3 +59,14 @@ channels can be found at http://lv2plug.in/ns/ext/port-groups */ #define JACKEY_DESIGNATION "http://lv2plug.in/ns/lv2core#designation" + +/** + Order for a port. + + This is used to specify the best order to show ports in user interfaces. + The value MUST be an integer. There are no other requirements, so there may + be gaps in the orders for several ports. Applications should compare the + orders of ports to determine their relative order, but must not assign any + other relevance to order values. +*/ +#define JACKEY_ORDER "http://jackaudio.org/metadata/order" |