diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-21 07:05:51 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-21 07:05:51 +0000 |
commit | 8666f2c21e140e56c7bcda624b347472e2bd5842 (patch) | |
tree | 8e49065f154c9905c944a4eb6ab2702d22855272 /audio/Makefile | |
parent | This is the LV2 porty of Tom's Audio Processing plugins. (diff) |
The C* Audio Plugin Suite, is a collection of highly refined LV2
units capable of (and intended for) realtime operation. The suite
includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal
oscillation, reverb, equalization and others.
WWW: https://github.com/moddevices/caps-lv2
PR: 221254
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12092
Notes
Notes:
svn path=/head/; revision=448455
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index b4fcf49eaec9..ed52aeaaca51 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -61,6 +61,7 @@ SUBDIR += calf SUBDIR += cam SUBDIR += cantata + SUBDIR += caps-lv2 SUBDIR += caps-plugins SUBDIR += ccaudio2 SUBDIR += cd-console |