mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-06 19:50:11 +02:00
Add file handling for Mod
This will also require an update to mod-ui and browsepy
This commit is contained in:
@@ -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@>
|
||||
|
||||
Reference in New Issue
Block a user