mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-06 19:50:11 +02:00
Float interface with NAM core. Workaround for Reaper crash. Use "nam" for model path fle type
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
<@NAM_LV2_ID@#model>
|
||||
a lv2:Parameter;
|
||||
mod:fileTypes "nammodel";
|
||||
mod:fileTypes "nam";
|
||||
rdfs:label "Neural Model";
|
||||
rdfs:range atom:Path.
|
||||
|
||||
@@ -99,5 +99,5 @@ A large collection of .nam files is available at https://tonehunt.org/
|
||||
units:unit units:db;
|
||||
];
|
||||
state:state [
|
||||
<@NAM_LV2_ID@#model> <click.wav> ;
|
||||
<@NAM_LV2_ID@#model>;
|
||||
].
|
||||
|
||||
Reference in New Issue
Block a user