From 9d380baa59f543cf7f4a9126b61e90e6a3b5e400 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Apr 2020 14:46:53 +0200 Subject: Fix reference to non-existent C type --- lv2/atom/atom.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2') 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 , -- cgit v1.2.1