JPverb cant be loaded by supernova
@timblechmann I get this message:
Exception when reading synthdef: Cannot load synth aaa: Unit generator JPverbRaw not installed
May be has relation with the mechanism Faust employs in load function but it works in scsynth
it probably doesn't use the macro to generate the entry point functions (wild guess, didn't have a look into the code)
Yes it does not use that macro. May be @LFSaw knows how to fix it
Unfortunately, I don't. I do not use supernova ny myself, however I'd be glad to include any fixes regarding this issue into the codebase.
It doesn't use the macro, and it also prefixes JPverb with Faust. It looks like CMakeLists.txt wants to disable that but it isn't working. Working this out in https://github.com/supercollider/sc3-plugins/pull/149