Skip to content

jpcima/fverb

Repository files navigation

fverb

A stereo variant of the reverberator by Jon Dattorro

Dattorro, Jon. "Effect design, part 1: Reverberator and other filters."
Journal of the Audio Engineering Society 45.9 (1997): 660-684.

Build instructions

  1. Obtain prerequisites

Install needed packages:

  • git
  • build-essential
  • pkg-config
  1. Check out the repository and submodules
git clone https://github.com/jpcima/fverb.git
cd fverb
git submodule update --init
  1. Compile
make
  1. Install

To perform a system-wide installation:

sudo make install

Or, to install only for the current user:

make install-user

About

Plugin version of reverb effect to include in sfizz

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published