drowaudio
drowaudio
Thanks for the PR! I've had a look but I'm wondering if a slightly easier approach would be to do it the same way I did for Tracktion Engine: https://github.com/Tracktion/tracktion_engine/blob/f57e110f7982f6611b4f5ec41c1a11880849abcf/examples/TestRunner.h#L102...
I only support validation of plugin formats supported by JUCE hosting I'm afraid. So when JUCE gains hosting support of LV2 I'll happily add this, it's not really possible until...
Yes, I haven't added LV2 support yet for a couple of reasons: - LV2 support is pretty new to JUCE and I wanted to give it time to settle down...
The problem with trying to use a system-installed JUCE is that the API is extremely unlikely to be compatible with the app. The only way I've found to be sensible...
Hmm, that's irritating. If you quote the value does that work? E.g. `--timeout-ms "-1"`?
Hmm, ok. I'll take a look. Can you just use a very high number in the meantime?
Is this fixed now with the 1.0.0 release?
Not that I know of and yes, it's not really supported by pluginval as JUCE hosting doesn't support it.
I think you can achieve this by compiling from source and enabling the `UnitTestRunner::setAssertOnFailure` option. If you want the assertions to kill the app you can do this by defining...
Unfortunately I don’t think it will. We’ll probably have to go down the Docker route. that should be straightforward but I was having problems with outdated Git versions in the...