The Reverser is a real-time VST plugin that splits incoming audio into chunks and reverses each chunk.
The plugin itself can be downloaded from the Releases page in this repository. Once downloaded, the plugin can be installed by simply dragging the file into your plugins folder.
VST3:
Macintosh HD/Library/Audio/Plug-Ins/VST3
AU (Component):
Macintosh HD/Library/Audio/Plug-Ins/Components
The .app can be run as a standalone without a DAW or further installation.
At present, the available binaries are AU, VST, and a macOS app. If you would like to generate your own binary for another file format or platform, you can compile your own plugin.
First, install JUCE.
Then clone this repository to your local machine.
git clone https://github.com/michaelnuzzo/Reverser.git
Import into your JUCE project, then tweak your build settings as needed.

