Skip to content

A simple reverb made with the JUCE DSP module

License

Notifications You must be signed in to change notification settings

JinYeongSeo/simple-reverb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Reverb

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

SimpleReverb

UI Manual

  • undo: cmd + z
  • redo: cmd + shift + z
  • fine mode: shift + drag
  • edit mode: 0-9 keypress
  • reset: double click

Building

$ git clone https://github.com/szkkng/SimpleReverb.git --recursive
$ cd SimpleReverb
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build --config Release
# Here's Plugin.
$ ls -l build/SimpleReverb_artefacts/VST3

Other

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.5%
  • CMake 2.5%