diff options
Diffstat (limited to 'lv2/atom')
-rw-r--r-- | lv2/atom/atom.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/atom/atom.ttl b/lv2/atom/atom.ttl index b0b7e0c..ddfb430 100644 --- a/lv2/atom/atom.ttl +++ b/lv2/atom/atom.ttl @@ -177,7 +177,7 @@ atom:Sound rdfs:subClassOf atom:Vector ; rdfs:label "Sound" ; rdfs:comment "A atom:Vector of atom:Float which represents an audio waveform." ; - atom:cType "LV2_Atom_Sound" . + atom:cType "LV2_Atom_Vector" . atom:frameTime a rdf:Property , |