Trying to get atom:Path to work for model laoding

This commit is contained in:
Mike Oliphant
2023-03-11 10:53:05 -08:00
parent fc5853d8f7
commit 100d344e3d
5 changed files with 46 additions and 10 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ static void cleanup(LV2_Handle instance) {
static const void* extension_data(const char*) { return nullptr; }
static const LV2_Descriptor descriptor = {
NAM::Plugin::URI.data(),
"http://github.com/mikeoliphant/neural-amp-modeler-lv2",
instantiate,
connect_port,
activate,