diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-17 19:56:46 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-17 19:56:46 +0000 |
commit | db1d046ac8c54e372295abbce31cabfe362775d7 (patch) | |
tree | 128c583930a4c954218c889dd2ef1c4912e488db /audio/Makefile | |
parent | LV2 Impulse response (convolution) plugin (for reverb and cabinet simulation). (diff) |
Jalv runs LV2 plugins and exposes their ports as Jack ports, essentially
making any LV2 plugin function as a Jack application.
Jalv is a small program which is useful, but also intended to be an appropriate
test host for plugin development. It runs plugins from the command line with no
user interaction, is light enough to run in valgrind, and is capable of dumping
all plugin to/from UI communication in a human readable format.
WWW: https://drobilla.net/software/jalv
PR: 221215
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12057
Notes
Notes:
svn path=/head/; revision=448185
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 1b44c4777cd4..4906fe99474a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -336,6 +336,7 @@ SUBDIR += jack_ghero SUBDIR += jack_mixer SUBDIR += jack_umidi + SUBDIR += jalv SUBDIR += jamin SUBDIR += jid3lib SUBDIR += jmusic |