Modulation Matrix FX plugin crashes in DAW
-
Did you have any success using the new Modulation Matrix system on the fx plugins?
I loaded it to the Hardcoded module. It works in Hise but exported fx plugin crashes. Maybe the Global Modulator causes this?
-
No crashes in my plugin no. If you're getting a crash, the initial idea I'd suggest is to check for deferenced or null pointers. Are you trying to access any variables, functions, or namespaces that exist when you're in HISE standalone, that might not exist in the compiled plugin??
Using the Builder API can be a cause of plugin crashes too.
-
@Orvillain Are you using the current commit?
Is there a tickbox or something else I need to set in the project settings?I used this preprocessor definitions:
HISE_NUM_SCRIPTNODE_FX_MODS=8 HISE_NUM_POLYPHONIC_SCRIPTNODE_FX_MODS=0 HISE_NUM_SCRIPTNODE_SYNTH_MODS=0 NUM_HARDCODED_FX_MODS=8 NUM_HARDCODED_POLY_FX_MODS=0 NUM_HARDCODED_SYNTH_MODS=0