zeloe / DAFX

C++ implementation from the book DAFX: Digital Audio Effects by Udo Zölzer in JUCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAFX

C++ implementation of Matlabscripts from the book DAFX: Digital Audio Effects by Udo Zölzer.
I use JUCE to debug VST3 plugins inside hosts.
I did this for study purposes.

git clone https://github.com/zeloe/DAFX.git
cd DAFX
git submodule update --init --recursive

Added cmake file

to run install cmake
depending on your IDE and your operating system run in terminal for mac:
cmake -G Xcode -B test

To Do

  • Add stereo support for each class
  • Refactor FX and make them Cmake compatible

Not Working

About

C++ implementation from the book DAFX: Digital Audio Effects by Udo Zölzer in JUCE

License:GNU General Public License v3.0


Languages

Language:C++ 90.0%Language:CMake 10.0%