pluginval
pluginval copied to clipboard
Cross platform plugin testing and validation tool
Maybe I'm missing a trick, but I've been able to invoke pluginval on a MacOS zsh command line, and validate my VST3 plugin, including a link to the VST3 validator....
I originally posted this as a comment on [this issue](https://github.com/Tracktion/pluginval/issues/62), but it was since closed so I wanted to open a new issue. Apologies if this is unappreciated. When testing...
It is typical for CLI tools to accept both `--arg=value` and `--arg value` style of CLI arguments, but pluginval fails here. If using something like [getopt](https://www.man7.org/linux/man-pages/man3/getopt.3.html) this is handled for...
Might be due to JUCE side, not sure, but pluginval does not support VST3 ControlVoltage audio ports. See https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#370-control-voltage-bus-flag
Adding JUCE as a git submodule forces anyone building pluginval from source to redownload all of JUCE with the pluginval repository, even if JUCE is already present somewhere else on...
Hi, Thank you for this great pluginval tool! My plugin passes pluginval's check but failed in auvaltool (Logic Pro validation). I found it is because I use stereo channels and...
intel, debug build, Xcode 13.1, Big Sur 11.6, juce 6.1.0, with thread sanitizer enabled. this shows in the log every time for me, when clicking Test Selected on a VST3...
Implemention of junit report generation in command line mode
In the "-help" menu, it is stated that a value of -1 can be used with the --timeout-ms option to have an unlimited timeout: https://github.com/Tracktion/pluginval/blob/ad76533716677ab60395afb64b550809422f1552/Source/CommandLine.cpp#L269 However doing so causes the...