aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom/atom.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-18 04:24:47 +0000
committerDavid Robillard <d@drobilla.net>2012-03-18 04:24:47 +0000
commitb2406375a44eab0a4004f835d577411e87bb75d4 (patch)
tree491338ddfc3dad2caeac73831f2e6b8036eaebca /lv2/lv2plug.in/ns/ext/atom/atom.ttl
parentb9fb72a5b1344e6ebf232c575b6723f543a85891 (diff)
downloadlv2-b2406375a44eab0a4004f835d577411e87bb75d4.tar.xz
Add atom:Sound.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom/atom.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl12
1 files changed, 12 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index ed52a5e..7175ade 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -352,6 +352,18 @@ the same context so outputs can contain IDs that correspond to IDs of blanks in
the input.</p>
""" .
+atom:Sound
+ a rdfs:Class ;
+ rdfs:subClassOf atom:Vector ;
+ rdfs:label "Sound" ;
+ atom:cType "LV2_Atom_Sound" ;
+ lv2:documentation """
+<p>An atom:Vector of atom:Float which represents an audio waveform. The format
+is the same as the buffer format for lv2:AudioPort (except the size may be
+arbitrary). An atom:Sound inherently depends on the sample rate, which is
+assumed to be known.</p>
+""" .
+
atom:TimeUnit
a rdfs:Class ;
rdfs:label "Time Unit" ;