Can you run ardour in a terminal and tell me what error appears when you try to double click / open the UI? it would probably be something about an unresolved symbol in a .so file, just paste it here.
edit: this is probably due to libcurl not found on your system, and the cmake file not linking properly (due to experimental features i’m working on)
Looks like the plugin built with newer code but older version of files in data/ source code directory. These files are embedded into the executable at build time so it’s not several versions of the plugin lying around.
Can you try completely deleting the source (and build) directory and cloning it again?
I changed the parser to continue but give warning on those exact errors, but this is just a crutch for now until we make sure what causes/caused this exactly.
Ok. Everything is working now!!!
Remain erros in terminal:
NeuralBlender: plugin definition: line 137: invalid EQ numeric field for ‘eqpre_%b_q’, using safe defaults
NeuralBlender: plugin definition: line 145: invalid EQ numeric field for ‘eqpost_%b_q’, using safe defaults
It already remembers the last path you browsed for presets. It should be written to the config file ($HOME/.config/neuralblender/config) and reused next time you open neuralblender.