Plugin fails Pluginval with thread safety issue...
-
so I have a plugin that works fine in HISE, and compiles and laods into reaper fine - but wont make any noise or even react to a midi note on message...
its failing pluginVal with this message:
Starting tests in: pluginval / Parameter thread safety... *** FAILED: Timeout after 30 secs
Im not really sure why this is - and before I start disabling large parts of it to see if I can find it - has anyone seen this before?
-
@Lindon well for those ending up here later ..likely me again ...
its because someone here left these in the preferences:
USE_COPY_PROTECTION=1
USE_SCRIPT_COPY_PROTECTION=1
HISE_DEACTIVATE_OVERLAY=1...when they are not being used or checked, and they will def. disable everything in your plugin if you are not using the plugin validation system.(unlocker)