diff options
author | David Robillard <d@drobilla.net> | 2020-04-06 14:46:53 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-10 19:46:04 +0200 |
commit | 9d380baa59f543cf7f4a9126b61e90e6a3b5e400 (patch) | |
tree | 1dad4f7c00498a83399f908bd6c5a622ab0698af /lv2/atom | |
parent | a43ca05578cc2fefdd1bab8cd564332eaf9bd191 (diff) | |
download | lv2-9d380baa59f543cf7f4a9126b61e90e6a3b5e400.tar.xz |
Fix reference to non-existent C type
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 , |