diff options
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl')
| -rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index 796b828..2edddda 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -29,6 +29,12 @@  				rdfs:label "Add ui:parent and ui:resize." ;  			] , [  				rdfs:label "Add support for referring to ports by symbol." ; +			] , [ +				rdfs:label "Add ui:portMap for accessing ports by symbol, allowing for UIs to be distributed separately from plugins." ; +			] , [ +				rdfs:label "Add port protocols and a dynamic notification subscription mechanism, for more flexible communication, and audio port metering without control port kludges." ; +			] , [ +				rdfs:label "Add touch feature to notify the host that the user has grabbed a control." ;  			] ;  		] ;  	] , [  |