Skip to content

A simple reverb made with the JUCE DSP module

License

Notifications You must be signed in to change notification settings

riofunk5311/simple-reverb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple reverb made with the JUCE DSP module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.4%
  • CMake 2.6%