Skip to content

michaelwillis/dragonfly-reverb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a74ffd3 · Jun 4, 2023
Apr 23, 2023
Apr 23, 2023
Jun 4, 2023
Apr 23, 2023
Apr 4, 2023
Mar 1, 2020
Oct 31, 2018
Nov 21, 2017
Nov 11, 2018
May 23, 2022
Apr 23, 2023
Mar 1, 2020
Mar 1, 2020
Jun 22, 2019
Feb 20, 2020
Mar 1, 2020
Feb 14, 2020
Mar 1, 2020

Repository files navigation

Dragonfly Reverb is a bundle of free audio effects for Linux, MacOS, and Windows.

Dragonfly Reverb

Download

Dependencies

Dragonfly reverb requires GL >= 3.0 to show the graphical interface.

Building

On Linux or MacOS, invoke the following commands to build Dragonfly Reverb.

git submodule update --init --recursive
make

Linux Build Dependencies

  • libx11-dev
  • libxext-dev
  • libxrandr-dev
  • libgl1-mesa-dev
  • libjack-jackd2-dev

You can build against the system freeverb3 with using SYSTEM_FREEVERB3=true at build time. If this flag is not set, the bundled freeverb3 will be used. If SYSTEM_FREEVERB3=true, the build also requires libsamplerate.

Cross compiling for Windows (on Linux)

Dependencies

sudo apt install wine i686-w64-mingw32-gcc i686-w64-mingw32-g++ x86_64-w64-mingw32-gcc x86_64-w64-mingw32-g++

32 bit

make clean
make CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++

64 bit

make clean
make CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++

License

Dragonfly Reverb is distributed under the GPL 3.0 License