Skip to content

Moyf/dragonfly-reverb

 
 

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 make to build Dragonfly Reverb.

Linux Build Dependencies

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

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

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.

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 WIN32=true CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++

64 bit

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

License

Dragonfly Reverb is distributed under the GPL 3.0 License

Packages

No packages published

Languages

  • C++ 69.1%
  • C 26.9%
  • Objective-C 3.9%
  • Other 0.1%