mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-06 19:50:11 +02:00
Added support to save/restore model file with presets/state
This commit is contained in:
@@ -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