6 stdenv.mkDerivation rec {
10 url = "http://www.quitte.de/dsp/caps_${version}.tar.bz2";
11 sha256 = "1jcq9y51vdnk93q27r566y9qmddvadhr4ddnvkiypaq5rrdnqjg7";
15 echo "PREFIX = $out" > defines.make
19 description = "Selection of LADSPA plugins implementing classic effects";
21 The C* Audio Plugin Suite is a selection of classic effects,
22 unique filters and signal generators. The digital guitarist
23 finds in CAPS a range of processors recreating key aspects of
24 the formation of tone in traditional electronic instrument
25 amplification. Beyond sound quality, central design
26 considerations are latency-free realtime operation, modesty of
27 resource demands and meaningful control interfaces.
29 homepage = "http://www.quitte.de/dsp/caps.html";
30 license = lib.licenses.gpl3;
31 maintainers = [ lib.maintainers.astsmtl ];
32 platforms = lib.platforms.linux;