https://github.com/spacecodee/basicverb
This is a project just to Have fun to build a basic Reverb VST to test the AI nothing more
https://github.com/spacecodee/basicverb
Last synced: 10 months ago
JSON representation
This is a project just to Have fun to build a basic Reverb VST to test the AI nothing more
- Host: GitHub
- URL: https://github.com/spacecodee/basicverb
- Owner: spacecodee
- Created: 2025-03-02T17:21:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T17:25:11.000Z (11 months ago)
- Last Synced: 2025-03-02T18:31:59.089Z (11 months ago)
- Language: C++
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just a Basic Reverb VST Plugin
`This is a basic reverb VST plugin that I made using the JUCE framework. It is a simple reverb plugin that has a few
parameters that can be adjusted to change the sound of the reverb effect. The plugin has a wet/dry mix control, a room
size control, and a damping control. The wet/dry mix control adjusts the balance between the dry signal and the wet
reverb signal. The room size control adjusts the size of the virtual room that the reverb effect is simulating. The
damping control adjusts the high-frequency damping of the reverb effect. The plugin also has a bypass button that`
- This plugin was made using AI just to test it and have fun, it's not a professional plugin and it's not meant to be
used in a professional environment.
- The plugin was made using the JUCE framework, which is a C++ framework for developing audio applications.