Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
dpf/ | H | 03-May-2022 | - | 71,778 | 52,169 | |
lib/ | H | 03-May-2022 | - | |||
plugins/ | H | 20-Dec-2020 | - | 796,709 | 787,913 | |
widgets/ | H | 20-Dec-2020 | - | 757 | 604 | |
.gitignore | H A D | 20-Dec-2020 | 105 | 16 | 12 | |
.gitmodules | H A D | 20-Dec-2020 | 66 | 4 | 3 | |
.plugins.kdev4 | H A D | 20-Dec-2020 | 136 | 10 | 7 | |
.travis.yml | H A D | 20-Dec-2020 | 929 | 43 | 34 | |
COPYING | H A D | 20-Dec-2020 | 17.7 KiB | 340 | 281 | |
Dockerfile | H A D | 20-Dec-2020 | 2.8 KiB | 74 | 61 | |
Makefile | H A D | 03-May-2022 | 3 KiB | 113 | 83 | |
NOTICE.DPF | H A D | 20-Dec-2020 | 954 | 18 | 14 | |
NOTICE.SFZero | H A D | 20-Dec-2020 | 1.1 KiB | 22 | 17 | |
README.md | H A D | 20-Dec-2020 | 810 | 40 | 24 | |
changelog | H A D | 20-Dec-2020 | 2.4 KiB | 83 | 66 | |
docker-script | H A D | 20-Dec-2020 | 2.8 KiB | 96 | 80 | |
make-all | H A D | 20-Dec-2020 | 184 | 6 | 3 |
README.md
1zam-plugins [![travis](https://travis-ci.org/zamaudio/zam-plugins.svg?branch=master)](https://travis-ci.org/zamaudio/zam-plugins) 2=========== 3 4Collection of LV2/LADSPA/VST/JACK audio plugins for high quality processing 5 6Note: 7 8This is a new repo that contains the full history of the old repo. 9Submodules are now required (>= 3.6). 10Uses Distrho Plugin Framework. 11 12 13Build Dependencies: 14=================== 15 16 pkg-config libx11-dev libgl-dev liblo-dev libjack-dev ladspa-sdk 17 18 19Bleeding edge installation: 20=========================== 21 22 git submodule update --init 23 make 24 sudo make install 25 26 27Cross-compiling with docker: 28============================ 29 30 # Make sure docker is installed and configured 31 git submodule update --init 32 ./make-all 33 34 35Package Maintainers: 36==================== 37 38 git checkout 3.14 39 make dist 40