mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-09 20:29:12 +02:00
Added support to save/restore model file with presets/state
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@prefix lv2: <http://lv2plug.in/ns/lv2core#>.
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
|
||||
@prefix state: <http://lv2plug.in/ns/ext/state#> .
|
||||
|
||||
<@NAM_LV2_ID@>
|
||||
a lv2:Plugin;
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
lv2:requiredFeature urid:map, work:schedule;
|
||||
lv2:optionalFeature lv2:hardRTCapable;
|
||||
lv2:extensionData work:interface;
|
||||
lv2:extensionData work:interface, state:interface;
|
||||
|
||||
rdfs:comment "An LV2 implementation of Neural Amp Modeler";
|
||||
|
||||
@@ -88,4 +88,7 @@
|
||||
lv2:minimum -20.0;
|
||||
lv2:maximum 20.0;
|
||||
units:unit units:db;
|
||||
].
|
||||
];
|
||||
state:state [
|
||||
<@NAM_LV2_ID@#model> <click.wav> ;
|
||||
].
|
||||
|
||||
Reference in New Issue
Block a user