Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/szkkng/simple-reverb

A simple reverb made with the JUCE DSP module
https://github.com/szkkng/simple-reverb

dsp juce reverb ui-ux vst

Last synced: about 1 month ago
JSON representation

A simple reverb made with the JUCE DSP module

Lists

README

        

# Simple Reverb

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

Screenshot 2024-04-02 at 17 33 04

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