fdnr-vst3

FND Reverb

Download

FDNR Screenshot

Buy Me A Coffee

FND Reverb is an open-source, modular reverb engine by Stancsz Audio offering high-fidelity algorithms inspired by classic space reverberators. It features deep modulation, multiple reverb modes, and VST3 compatibility.

Features

Controls

Algorithms (Modes)

Installation

For Users

Download the latest Release for your operating system (Windows or Mac) from the Releases page, or use the download badge above which links to the current Windows release.

  1. Unzip the downloaded .zip file (e.g., FDNR_VST3_Windows.zip).
  2. VST3 Plugin:
    • Find the FDNR.vst3 file (or folder).
    • Copy it to your system’s VST3 directory:
      • Windows: C:\Program Files\Common Files\VST3\
      • Mac: /Library/Audio/Plug-Ins/VST3/
  3. Standalone Application (Optional):
    • Find the FDNR executable (or app bundle).
    • You can run this directly or copy it to your Applications folder.

If the plugin doesn’t appear in your host

For Developers

See the Build Instructions below.

Build Instructions

Prerequisites

Building

macOS

cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

Windows

cmake -B build -S .
cmake --build build --config Release

The compiled VST3 plugin will be located in:

The Standalone application will be in:

Project Structure

Contributing

License

This project is open-source. JUCE is used under the GPLv3/Commercial license.

Credits

This is an educational project exploring Feedback Delay Networks (FDN).