• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dpf/H03-May-2022-71,77852,169

lib/H03-May-2022-

plugins/H20-Dec-2020-796,709787,913

widgets/H20-Dec-2020-757604

.gitignoreH A D20-Dec-2020105 1612

.gitmodulesH A D20-Dec-202066 43

.plugins.kdev4H A D20-Dec-2020136 107

.travis.ymlH A D20-Dec-2020929 4334

COPYINGH A D20-Dec-202017.7 KiB340281

DockerfileH A D20-Dec-20202.8 KiB7461

MakefileH A D03-May-20223 KiB11383

NOTICE.DPFH A D20-Dec-2020954 1814

NOTICE.SFZeroH A D20-Dec-20201.1 KiB2217

README.mdH A D20-Dec-2020810 4024

changelogH A D20-Dec-20202.4 KiB8366

docker-scriptH A D20-Dec-20202.8 KiB9680

make-allH A D20-Dec-2020184 63

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