/aural-clap

Clap plugin

Primary LanguageCGNU General Public License v3.0GPL-3.0

aural-clap

Clap plugin with highpass and mid side clipping.

Description

This is an old vst i ported from c++ into c more or less :)

Further reading

from here i got filters:
filters
some useful tutorials:
tutorials
tutorials2

How to build

git clone https://github.com/zeloe/aural-clap.git
cd aural-clap
git submodule update --init --recursive
cmake -Bbuild -DCMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug

or

git clone https://github.com/zeloe/aural-clap.git
cd aural-clap
git submodule update --init --recursive
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

To Do

Add Gui