From 095774213de12e936a34e21a1b1a27b6420a1a92 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Wed, 1 May 2024 05:21:05 +0200 Subject: [PATCH] fix: use correct prefix for units LV2 extension in manifests Signed-off-by: Christopher Arndt --- examples/amp.lv2/amp.ttl | 4 ++-- examples/multimode_filter.lv2/multimode_filter.ttl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/amp.lv2/amp.ttl b/examples/amp.lv2/amp.ttl index 7f19962..80c984f 100644 --- a/examples/amp.lv2/amp.ttl +++ b/examples/amp.lv2/amp.ttl @@ -5,7 +5,7 @@ @prefix opts: . @prefix params: . @prefix rdfs: . -@prefix unit: . +@prefix units: . a lv2:Plugin, lv2:AmplifierPlugin , doap:Project ; @@ -36,7 +36,7 @@ lv2:default 0.0 ; lv2:minimum -90.0 ; lv2:maximum 20.0 ; - unit:unit unit:db ; + units:unit units:db ; ]; rdfs:comment """ diff --git a/examples/multimode_filter.lv2/multimode_filter.ttl b/examples/multimode_filter.lv2/multimode_filter.ttl index 15e211d..45ad768 100644 --- a/examples/multimode_filter.lv2/multimode_filter.ttl +++ b/examples/multimode_filter.lv2/multimode_filter.ttl @@ -7,7 +7,7 @@ @prefix props: . @prefix rdf: . @prefix rdfs: . -@prefix unit: . +@prefix units: . a lv2:Plugin, lv2:AmplifierPlugin , doap:Project ; @@ -39,7 +39,7 @@ lv2:minimum 16.0 ; lv2:maximum 7000.0 ; lv2:portProperty props:logarithmic; - unit:unit unit:hz ; + units:unit units:hz ; ], [ a lv2:InputPort, lv2:ControlPort ;