Using atom:Path to get model to load from DAW

This commit is contained in:
Mike Oliphant
2023-03-11 13:23:35 -08:00
parent e482a0ef44
commit fe577ea342
3 changed files with 75 additions and 5 deletions
+3 -1
View File
@@ -9,6 +9,7 @@
@prefix param: <http://lv2plug.in/ns/ext/parameters#>.
@prefix patch: <http://lv2plug.in/ns/ext/patch#>.
@prefix state: <http://lv2plug.in/ns/ext/state#>.
@prefix work: <http://lv2plug.in/ns/ext/worker#>.
<@NAM_LV2_ID@>
a doap:Project;
@@ -28,8 +29,9 @@
lv2:microVersion @PROJECT_VERSION_PATCH@;
doap:license <http://opensource.org/licenses/MIT>;
lv2:requiredFeature urid:map;
lv2:requiredFeature urid:map, work:schedule;
lv2:optionalFeature lv2:hardRTCapable;
lv2:extensionData work:interface;
rdfs:comment "An LV2 implementation of Neural Amp Modeler";