pluginval icon indicating copy to clipboard operation
pluginval copied to clipboard

Cross platform plugin testing and validation tool

Results 37 pluginval issues
Sort by recently updated
recently updated
newest added

It would be super-helpful if pluginval had the option to break inline when tests fail so that the source of the failure can be traced. Something like equivalent of the...

Hello I try to use this plug in in waveform 12 and it throws this error Started validating: /Library/Audio/Plug-Ins/Components/Torpedo Wall Of Sound.component Random seed: 0x641c305 Validation started Strictness level: 5...

It would be great to move the comments from CommandLine.cpp to some doc that is more convenient to access.

Unfortunately, it looks like like 18.04 is actively being deprecated. GitHub will actually brownout (periodically fail jobs) during this deprecation period https://github.com/actions/runner-images/issues/6002 Perhaps building on 20.04 would be good enough...

Got a bit confused by this UI today. No random seed: still displays the seed number (you have to read the code to know "0x0/0" translates to "no random seed",...

I have a plugin that is intermittently failing the `PluginStateTestRestoration` test. The error I get is: ``` Starting tests in: pluginval / Plugin state restoration... !!! Test 1 failed: Parameters...

When opening a plug-in with `Test File` pluginval fails immediately with ``` Validation started 24 Jan 2024 3:28:23pm Strictness level: 10 ----------------------------------------------------------------- Starting tests in: pluginval / Scan for plugins...

Line number: 432 in Basic Tests.cpp `ut.expectEquals (countInfs (ab), 0, "Submnormals found in buffer"); ` Should be: `ut.expectEquals (countInfs (ab), 0, "Subnormals found in buffer");` Line number: 434 in Basic...

# Use-cases to support screenshots ## 1) Debugging visual issues When testing a plugin, you need to test functionality and also visual, layout and accessibility. Being able to take screenshots...

The crash reports generated via the crash handler contain important information, but sometimes that's not enough to understand the issue. We would greatly benefit from a way to use the...