diff options
author | David Robillard <d@drobilla.net> | 2012-03-24 00:50:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-24 00:50:15 +0000 |
commit | 4542edb7a34be45922df2a63a4a462199431a131 (patch) | |
tree | 86fce966c4d6c99774e8ac7721879c4105bd8d5c /lv2/lv2plug.in/ns/ext | |
parent | 70d225871dbb58d770150abcc4b9e7907fabb19d (diff) | |
download | lv2-4542edb7a34be45922df2a63a4a462199431a131.tar.xz |
Update for latest UI extension.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index 7175ade..512a371 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -539,7 +539,7 @@ MIDI events is described like so:</p> """ . atom:eventTransfer - a <http://lv2plug.in/ns/ext/pui#PortProtocol> ; + a <http://lv2plug.in/ns/extensions/ui#PortProtocol> ; lv2:documentation """ <p>Transfer of individual events. Useful as the <code>format</code> for a LV2_UI_Write_Function, or the |