summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-22 19:40:48 +0000
committerDavid Robillard <d@drobilla.net>2007-07-22 19:40:48 +0000
commit64b48129d10118a9fbf11aec46fa557b5d302f31 (patch)
treeb88a5d0378705d92678a5cdbde2b819fdd4be61f
parentd99a558ec122e45252a5ab557cd502c0419a1727 (diff)
downloadlilv-64b48129d10118a9fbf11aec46fa557b5d302f31.tar.gz
lilv-64b48129d10118a9fbf11aec46fa557b5d302f31.tar.bz2
lilv-64b48129d10118a9fbf11aec46fa557b5d302f31.zip
Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coincidentally will work for OSC messages too.
Coincidentally. git-svn-id: http://svn.drobilla.net/lad/slv2@597 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--data/lv2.ttl6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/lv2.ttl b/data/lv2.ttl
index 75f7371..ec189bf 100644
--- a/data/lv2.ttl
+++ b/data/lv2.ttl
@@ -54,6 +54,12 @@
rdfs:seeAlso <http://drobilla.net/drobilla.xrdf>
].
+:Extension a rdfs:Class ;
+ rdfs:command """
+An extension to the LV2 specification. Extension data should be installed in
+bundles, and data associated with an extension should be used by the host as
+if it were included directly in lv2.ttl (this file).
+""" .
##################