All Projects → szkkng → simple-reverb

szkkng / simple-reverb

Licence: GPL-3.0 license
A simple reverb made with the JUCE DSP module

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to simple-reverb

juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (+81.4%)
Mutual labels:  dsp, vst, juce
fogpad
A VST reverb effect in which the reflections can be frozen, filtered, pitch shifted and ultimately disintegrated.
Stars: ✭ 61 (+41.86%)
Mutual labels:  dsp, vst, reverb
Roboverb
A VST / VST3 / AU / LV2 Reverb Plugin
Stars: ✭ 48 (+11.63%)
Mutual labels:  vst, juce, reverb
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 (-23.26%)
Mutual labels:  dsp, vst, juce
Vst Rs
VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
Stars: ✭ 596 (+1286.05%)
Mutual labels:  dsp, vst
Dragonfly Reverb
A set of free reverb effects
Stars: ✭ 412 (+858.14%)
Mutual labels:  dsp, vst
AtomSynth
A modular synthesizer built using the juce api.
Stars: ✭ 20 (-53.49%)
Mutual labels:  vst, juce
Regrader
VST delay plugin where the repeats degrade in resolution
Stars: ✭ 44 (+2.33%)
Mutual labels:  dsp, vst
Amsynth
Analog Modelling Synthesizer
Stars: ✭ 313 (+627.91%)
Mutual labels:  dsp, vst
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+1925.58%)
Mutual labels:  dsp, vst
Frequalizer
Equalizer using JUCE new dsp module
Stars: ✭ 130 (+202.33%)
Mutual labels:  dsp, vst
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-41.86%)
Mutual labels:  dsp, vst
Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (+825.58%)
Mutual labels:  dsp, vst
Axiom
A powerful realtime node-based audio synthesizer.
Stars: ✭ 599 (+1293.02%)
Mutual labels:  dsp, vst
Dplug
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
Stars: ✭ 341 (+693.02%)
Mutual labels:  dsp, vst
Baseplug
MVC audio plugin framework for rust
Stars: ✭ 44 (+2.33%)
Mutual labels:  dsp, vst
Renderman
Command line C++ and Python VSTi Host library with MFCC, FFT, RMS and audio extraction and .wav writing.
Stars: ✭ 225 (+423.26%)
Mutual labels:  dsp, vst
DSP-Testbench
A DSP Testbench for users of the JUCE framework
Stars: ✭ 40 (-6.98%)
Mutual labels:  dsp, juce
SpleeterRT
Real time monaural source separation base on fully convolutional neural network operates on Time-frequency domain.
Stars: ✭ 111 (+158.14%)
Mutual labels:  dsp, vst
melatonin audio sparklines
Sparklines For JUCE AudioBlocks
Stars: ✭ 60 (+39.53%)
Mutual labels:  dsp, juce

Simple Reverb

This is a simple reverb plugin made with the JUCE DSP module.

simple-reverb

UI Manual

  • value changes: dragging or arrow keys
  • fine mode: shift + dragging or shift + arrow keys
  • edit mode: 0-9
  • undo: cmd + z
  • redo: cmd + shift + z
  • reset: double click

Building

$ git clone https://github.com/szkkng/simple-reverb.git --recursive
$ cd simple-reverb
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build --config Release
# Here's Plugin.
$ ls -l build/SimpleReverb_artefacts/VST3
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].