sc3-plugins icon indicating copy to clipboard operation
sc3-plugins copied to clipboard

JPverb cant be loaded by supernova

Open sonoro1234 opened this issue 10 years ago • 4 comments

@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

sonoro1234 avatar Jan 13 '16 17:01 sonoro1234

it probably doesn't use the macro to generate the entry point functions (wild guess, didn't have a look into the code)

timblechmann avatar Jan 13 '16 18:01 timblechmann

Yes it does not use that macro. May be @LFSaw knows how to fix it

sonoro1234 avatar Jan 14 '16 16:01 sonoro1234

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.

LFSaw avatar Jan 16 '16 10:01 LFSaw

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

capocasa avatar Jul 19 '17 12:07 capocasa