From 12db1c1fe016e77065398fe497f31b9cf7a7dd4b Mon Sep 17 00:00:00 2001
From: David Robillard
This is not strictly a URI, since UTF-8 is allowed. Escaping and related -issues issues are the host's responsibility.
+issues are the host's responsibility. """ . atom:URID a rdfs:Class ; rdfs:subClassOf atom:Atom ; rdfs:label "Integer ID mapped from a URI" ; - atom:cType "LV2_Atom_ID" ; + atom:cType "LV2_Atom_URID" ; lv2:documentation """An unsigned 32-bit integer mapped from a URI (e.g. with LV2_URID_Map).
""" . @@ -560,8 +560,8 @@ atom:supportsrecursivelywhere collections are involved.
In particular, this property can be used to describe which event types are
-supported or understood
by a port. For example, a port that receives
-MIDI events is described like so:
<plugin> @@ -577,7 +577,7 @@ atom:eventTransfer a ui:PortProtocol ; lv2:documentation """Transfer of individual events in a port buffer. Useful as the -
+format
for a LV2_UI_Write_Function.format
for a LV2UI_Write_Function.This protocol applies to ports which contain events, usually in an atom:Sequence. The host must transfer each individual event to the recipient. @@ -589,7 +589,7 @@ atom:atomTransfer a ui:PortProtocol ; lv2:documentation """
Transfer of the complete atom in a port buffer. Useful as the -
+format
for a LV2_UI_Write_Function.format
for a LV2UI_Write_Function.This protocol applies to atom ports. The host must transfer the complete atom contained in the port, including header.
-- cgit v1.2.1