aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-17 07:11:23 +0000
committerDavid Robillard <d@drobilla.net>2010-10-17 07:11:23 +0000
commit0b0227c9d707f7873fe0f4a469ec9bcd3b6360ff (patch)
tree443b43c0e11370b9ce73ce0f6cae32969f82bdb4
parent591d09e1923164220485e843ae3161090d5dc0ec (diff)
downloadlv2-0b0227c9d707f7873fe0f4a469ec9bcd3b6360ff.tar.xz
Add atom:Array type (a heterogeneous POD sequence).
-rw-r--r--ext/atom.lv2/atom.ttl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/atom.lv2/atom.ttl b/ext/atom.lv2/atom.ttl
index e6ed6b9..9e8d043 100644
--- a/ext/atom.lv2/atom.ttl
+++ b/ext/atom.lv2/atom.ttl
@@ -155,6 +155,16 @@ int32_t contents[42] = ...
""" .
+atom:Array a atom:AtomType ;
+ rdfs:label "Array" ;
+ rdfs:comment """
+A POD sequence of atoms with varying types and sizes.
+
+The body of an array is simply a series of complete atoms, aligned to
+32 bits.
+""" .
+
+
atom:Property a atom:AtomType ;
rdfs:label "RDF property of some object" ;
rdfs:comment """