Float interface with NAM core. Workaround for Reaper crash. Use "nam" for model path fle type

This commit is contained in:
Mike Oliphant
2023-05-31 09:26:12 -07:00
parent 73b6640db7
commit 41a45ace93
7 changed files with 21 additions and 22 deletions
+2 -2
View File
@@ -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>;
].