pluginval

github.com/Tracktion/pluginval

The pluginval team describes there software as:

pluginval is a cross-platform plugin validator and tester application.
It is designed to be used by both plugin and host developers
to ensure stability and compatibility between plugins and hosts.

You can run pluginval both in command-line or GUI mode. So it's very easy to integrate into your CI pipeline.

Checks

  • Randomly automate UI/parameters

  • Recall parameters

  • Call audio callback with different sample rates & buffer sizes

  • Checking for memory allocations on audio thread (macOS AU only)

  • And more...

Install

The simplest way to get pluginval is to download it directly from GitHub. See the releases page.

macOS

Windows

TODO

Linux

GUI

Should be the same an all platforms:

  • Launch pluginval

  • Scan for plug-ins

  • Set strictness

  • Select plug-in to test

  • Test

Command Line

macOS

Windows

Somehow pluginval doesn't like powershell, so cmd should be used or run it in GUI mode.

Linux

Last updated

Was this helpful?