This project aims to develop a series of simple audio plugins with minimal dependancies.
Note
This project is at its proof of concept stage. No usable plugin is available at this moment.
Install the prerequisites:
# MacOS
brew install cairo libsndfile lv2
# Debian/Ubuntu
apt-get install libcairo2-dev libsndfile1-dev lv2-dev
# Fedora
dnf install cairo-devel libsndfile-devel lv2-devel
Then from the root folder:
# Compile Pugl and project.
make
# Run test window.
make run
Please refer the the roadmap.
GNU General Public License version 3.