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

See [this action](https://github.com/ZL-Audio/ZLTest/actions/runs/6038083212/job/16383670972) where I set timeout as an environment variable: ```yml - name: Pluginval VST3 validations working-directory: ${{ env.BUILD_DIR }} shell: bash run: | ${{ matrix.pluginval-binary }} --verbose --validate...

A universal bundle contains both the macOS and also the Windows VST3 plugin binaries. for example, C:\PROGRAM FILES\COMMON FILES\VST3\PD303.VST3 └───Contents ├───MacOS ├───Resources └───x86_64-win On Windows pluginval attempts to load not...

I had a filter plugin that I had quickly coded assuming 2 input & output channels. It failed in auval because of this, but pluginval passed it, even on 9.

Our plugin has some non-parameter state that assigns the declared parameters to real audio parameters. At its default state, no assignments are set up, so there is really no point...

Compilation of pluginval 1.0.3 fails in our Arch package building CI on the Linux aarch64 builder (a Raspberry Pi 4) with a message about an error in the generated Assembly,...

Hi, I am testing my plugin and getting false negative result on the `ParameterThreadSafetyTest()` ``` ----------------------------------------------------------------- Starting tests in: pluginval / Parameter thread safety... *** FAILED: Timeout after 30 secs...

When setting random values to discrete parameters, they will be snapped to the nearest legitimate value. This will subesquently lead to false positives when comparing the value that was read...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

Opening as a draft for feedback and iteration. Addresses #137 This improves support for pluginval as a CMake sub-project in a JUCE project. * Moves JUCE from submodule to CPM...

When running pluginval with **--vst3validator** on Linux it fails to load the plugin in to the validator. The following command im running ``` ./pluginval --strictness-level 10 --skip-gui-tests --validate-in-process --vst3validator ~/development/audio/build/bin/Release/validator...