https://github.com/emmet-hayes/hayesdelay
A simple feedback delay audio plug-in
https://github.com/emmet-hayes/hayesdelay
Last synced: 3 months ago
JSON representation
A simple feedback delay audio plug-in
- Host: GitHub
- URL: https://github.com/emmet-hayes/hayesdelay
- Owner: Emmet-Hayes
- Created: 2023-07-06T17:43:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T05:07:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T14:16:24.198Z (5 months ago)
- Language: C++
- Size: 458 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HayesDelay
A simple feedback delay audio plug-in.
It creates a circular delay buffer that is written to by the main buffer and then read back from at some time parameter in the past.
With it, users can create longlasting echo chains.
Written with JUCE.