diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-17 19:47:34 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2017-08-17 19:47:34 +0000 |
commit | 4c4a8d4f2ac485f367a18ed7abace9590332f81d (patch) | |
tree | ef1882488e8845419f67ab2109c81920549aa7f4 /audio/Makefile | |
parent | The Synthesis ToolKit in C++ (STK) is a set of open source audio signal (diff) |
Moony is a collection of LV2 plugins to easily add realtime programmable
logic glue in LV2 plugin graphs.
WWW: http://open-music-kontrollers.ch/lv2/moony
PR: 221343
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12061
Notes
Notes:
svn path=/head/; revision=448182
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 df49311adfe5..517e8dc254c8 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -495,6 +495,7 @@ SUBDIR += mma SUBDIR += moc SUBDIR += modplugplay + SUBDIR += moony-lv2 SUBDIR += mous SUBDIR += mp-player SUBDIR += mp3-archive-tools |