All Projects → michaelwillis → Dragonfly Reverb

michaelwillis / Dragonfly Reverb

Licence: gpl-3.0
A set of free reverb effects

Labels

Projects that are alternatives of or similar to Dragonfly Reverb

Renderman
Command line C++ and Python VSTi Host library with MFCC, FFT, RMS and audio extraction and .wav writing.
Stars: ✭ 225 (-45.39%)
Mutual labels:  dsp, vst
Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (-3.4%)
Mutual labels:  dsp, vst
SpleeterRT
Real time monaural source separation base on fully convolutional neural network operates on Time-frequency domain.
Stars: ✭ 111 (-73.06%)
Mutual labels:  dsp, vst
Dplug
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
Stars: ✭ 341 (-17.23%)
Mutual labels:  dsp, vst
Melodrumatic
Audio plugin that lets you use MIDI to pitch-shift via delay to turn unpitched audio into melodies
Stars: ✭ 26 (-93.69%)
Mutual labels:  dsp, vst
Frequalizer
Equalizer using JUCE new dsp module
Stars: ✭ 130 (-68.45%)
Mutual labels:  dsp, vst
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-93.93%)
Mutual labels:  dsp, vst
Axiom
A powerful realtime node-based audio synthesizer.
Stars: ✭ 599 (+45.39%)
Mutual labels:  dsp, vst
Amsynth
Analog Modelling Synthesizer
Stars: ✭ 313 (-24.03%)
Mutual labels:  dsp, vst
fogpad
A VST reverb effect in which the reflections can be frozen, filtered, pitch shifted and ultimately disintegrated.
Stars: ✭ 61 (-85.19%)
Mutual labels:  dsp, vst
Regrader
VST delay plugin where the repeats degrade in resolution
Stars: ✭ 44 (-89.32%)
Mutual labels:  dsp, vst
DAFx19-Gamelanizer
Accompanying material for the paper 'A Real-Time Audio Effect Plug-In Inspired by the Processes of Traditional Indonesian Gamelan Music'
Stars: ✭ 33 (-91.99%)
Mutual labels:  dsp, vst
Baseplug
MVC audio plugin framework for rust
Stars: ✭ 44 (-89.32%)
Mutual labels:  dsp, vst
Audio Plugin Development Resources
Various resources related to developing plugins for audio production.
Stars: ✭ 136 (-66.99%)
Mutual labels:  dsp, vst
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+111.41%)
Mutual labels:  dsp, vst
DtBlkFx
Fast-Fourier-Transform (FFT) based VST plug-in
Stars: ✭ 99 (-75.97%)
Mutual labels:  dsp, vst
Vst Rs
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
Stars: ✭ 596 (+44.66%)
Mutual labels:  dsp, vst
simple-reverb
A simple reverb made with the JUCE DSP module
Stars: ✭ 43 (-89.56%)
Mutual labels:  dsp, vst
juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (-81.07%)
Mutual labels:  dsp, vst
matchering-cli
🎚️ Simple Matchering 2.0 Command Line Application
Stars: ✭ 28 (-93.2%)
Mutual labels:  dsp, vst

Dragonfly Reverb

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 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 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].