Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jatinchowdhury18/PluginRunner
Utility command-line application for running audio through a plugin
https://github.com/jatinchowdhury18/PluginRunner
audio juce
Last synced: 3 months ago
JSON representation
Utility command-line application for running audio through a plugin
- Host: GitHub
- URL: https://github.com/jatinchowdhury18/PluginRunner
- Owner: jatinchowdhury18
- License: wtfpl
- Created: 2019-12-09T01:18:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T19:24:04.000Z (almost 5 years ago)
- Last Synced: 2024-04-23T04:54:15.065Z (7 months ago)
- Topics: audio, juce
- Language: C++
- Homepage:
- Size: 26.9 MB
- Stars: 14
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-juce - PluginRunner
README
# PluginRunner
A minimal command-line application for running audio through an audio
plugin. Made with [JUCE](https://www.github.com/WeAreROLI/JUCE).
Mostly only tested on Windows.## Usage
```bash
$ ./PluginRunner.exe
```For example:
```bash
$ ./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](http://www.wtfpl.net/). Enjoy!