diff options
author | David Robillard <d@drobilla.net> | 2011-11-09 04:40:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-09 04:40:50 +0000 |
commit | bb91f0334218ce1866aee3fd955871aae7c7550f (patch) | |
tree | f440ebe4f0cfde8dc96e04942d55468edee7c2ee /ext/midi.lv2 | |
parent | ed9ed2beeb9b43c85187ffa6bc3219883020b6a7 (diff) | |
download | lv2-bb91f0334218ce1866aee3fd955871aae7c7550f.tar.xz |
Make use of new auto-linking in lv2specgen.py.
Diffstat (limited to 'ext/midi.lv2')
-rw-r--r-- | ext/midi.lv2/midi.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/midi.lv2/midi.ttl b/ext/midi.lv2/midi.ttl index c63b8c2..cbd80c3 100644 --- a/ext/midi.lv2/midi.ttl +++ b/ext/midi.lv2/midi.ttl @@ -43,9 +43,9 @@ foaf:mbox <mailto:lars.luthman@gmail.com> ] ; lv2:documentation """ -This extension defines a data type for a MIDI message (<a -href="#MidiEvent">MidiEvent</a>), which is normalized for fast and convenient -processing by plugins. It is particularly useful as the payload of an <a +This extension defines a data type for a MIDI message, midi:MidiEvent, which is +normalized for fast and convenient processing by plugins. It is particularly +useful as the payload of an <a href="http://lv2plug.in/ns/ext/atom#Atom">Atom</a> or <a href="http://lv2plug.in/ns/ext/event#Event">Event</a>. """ . |