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: 3 months ago
JSON representation
A simple reverb made with the JUCE DSP module
- Host: GitHub
- URL: https://github.com/szkkng/simple-reverb
- Owner: szkkng
- License: gpl-3.0
- Created: 2021-07-14T08:11:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T02:02:25.000Z (4 months ago)
- Last Synced: 2024-07-19T10:38:38.177Z (4 months ago)
- Topics: dsp, juce, reverb, ui-ux, vst
- Language: C++
- Homepage:
- Size: 2.04 MB
- Stars: 102
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - simple-reverb - 3.0|109|4Β months<sub><sup>σ σ π’</sup></sub>| (Effects)
README
# Simple Reverb
This is a simple reverb plugin made with the JUCE DSP module.
## 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 --recurse-submodules https://github.com/szkkng/simple-reverb.git
$ cd simple-reverb
$ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build --config Release
```