Add file handling for Mod

This will also require an update to mod-ui and browsepy
This commit is contained in:
DivideCo
2023-05-08 17:31:33 +02:00
committed by GitHub
parent 239c269ef9
commit a12a9b1253
+3 -1
View File
@@ -10,6 +10,7 @@
@prefix patch: <http://lv2plug.in/ns/ext/patch#>.
@prefix state: <http://lv2plug.in/ns/ext/state#>.
@prefix work: <http://lv2plug.in/ns/ext/worker#>.
@prefix mod: <http://moddevices.com/ns/mod#>.
<@NAM_LV2_ID@>
a doap:Project;
@@ -18,7 +19,8 @@
<@NAM_LV2_ID@#model>
a lv2:Parameter;
rdfs:label "Model";
mod:fileTypes "nammodel";
rdfs:label "NAM Model";
rdfs:range atom:Path.
<@NAM_LV2_ID@>