zeloe / aural-clap

Clap plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Clap plugin

License:GNU General Public License v3.0


Languages

Language:C 85.4%Language:CMake 14.6%