Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 547 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 547 Bytes

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!