Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeloe/dafx
C++ implementation from the book DAFX: Digital Audio Effects by Udo Zölzer in JUCE
https://github.com/zeloe/dafx
audio-processing cplusplus dsp juce-framework realtime
Last synced: 9 days ago
JSON representation
C++ implementation from the book DAFX: Digital Audio Effects by Udo Zölzer in JUCE
- Host: GitHub
- URL: https://github.com/zeloe/dafx
- Owner: zeloe
- License: gpl-3.0
- Created: 2023-04-08T17:01:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T14:01:38.000Z (about 2 months ago)
- Last Synced: 2024-11-06T15:18:19.179Z (about 2 months ago)
- Topics: audio-processing, cplusplus, dsp, juce-framework, realtime
- Language: C++
- Homepage:
- Size: 964 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAFX
C++ implementation of Matlabscripts from the book DAFX: Digital Audio Effects by Udo Zölzer. \
I use [JUCE](https://juce.com/get-juce/) to debug VST3 plugins inside hosts. \
I did this for study purposes.##
```shell
git clone https://github.com/zeloe/DAFX.git
cd DAFX
cmake -Bbuild
```
## To Do
- Add stereo support for each class
- Refactor FX and make them Cmake compatible## Not Working
1. Still a bit chaotic.
2. Will add more plugins in future
3. Good resource -> [ELSE](https://github.com/porres/Live-Electronics-Tutorial)