From 6918bf03c8cb9de0c0c415476879686ccf705f05 Mon Sep 17 00:00:00 2001 From: esca111 Date: Sun, 19 Apr 2026 16:43:02 +1200 Subject: [PATCH] update a bit --- TEMPLATE/YOURPLUGIN.ttl | 4 ++-- TEMPLATE/manifest.ttl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TEMPLATE/YOURPLUGIN.ttl b/TEMPLATE/YOURPLUGIN.ttl index 0cb5f21..f2e7c07 100644 --- a/TEMPLATE/YOURPLUGIN.ttl +++ b/TEMPLATE/YOURPLUGIN.ttl @@ -1,5 +1,5 @@ @prefix lv2: @prefix rdf: - a lv2:Plugin, lv2:ReverbPlugin ; - lv2:binary ; + a lv2:Plugin ; + lv2:binary ; diff --git a/TEMPLATE/manifest.ttl b/TEMPLATE/manifest.ttl index ffc2986..a4b9deb 100644 --- a/TEMPLATE/manifest.ttl +++ b/TEMPLATE/manifest.ttl @@ -25,7 +25,7 @@ YOURPLUGIN:out a pg:mainOutput , pg:StereoGroup ; pg:source YOURPLUGIN:in . -YOURPLUGIN: a lv2:Plugin , lv2:ReverbPlugin , doap:Project ; +YOURPLUGIN: a lv2:Plugin , doap:Project ; lv2:binary ; rdf:seeAlso ; doap:name "YOURPLUGIN" ;