Skip to content

Utility command-line application for running audio through a plugin

License

Notifications You must be signed in to change notification settings

jatinchowdhury18/PluginRunner

Repository files navigation

PluginRunner

A minimal command-line application for running audio through an audio plugin. Made with JUCE. Mostly only tested on Windows.

Usage

$ ./PluginRunner.exe <plugin> <input wav file> <output wav file (optional)>

For example:

$ ./PluginRunner.exe myPlugin.vst3 test.wav test-out.wav

Building

Build with JUCE version 5.4.4. Make sure you have the VST2 SDK set up in your JUCE global paths.

License

Licensed under the WTFPL. Enjoy!

About

Utility command-line application for running audio through a plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages