Skip to content

cisoun/audio-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugins

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.

Building

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

Roadmap

Please refer the the roadmap.

License

GNU General Public License version 3.

References