diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-12-04 16:07:56 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-12-04 16:07:56 +0000 |
commit | 0d2a4ca76efa34339608f9ba29777fe742de4c4c (patch) | |
tree | 3657232bc0f1f7b34630666ce9aaf359edbfc39c /audio/Makefile | |
parent | Fix build on 5.x. (diff) |
Add lmms.
LMMS aims to be a free alternative to popular (but commercial and
closed-source) programs like FruityLoops, Cubase and Logic giving you the
ability of producing music with your computer by creating cool loops,
synthesizing and mixing sounds, arranging samples, having more fun with your
MIDI keyboard and much more...
LMMS combines the features of a tracker/sequencer program (pattern/channel/
sample/song/effect management) and those of powerful synthesizers and samplers
in a modern, user-friendly and easy to use graphical user interface.
WWW: http://lmms.sourceforge.net/
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 0a70cb9329f1..98c0ee95df79 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -347,6 +347,7 @@ SUBDIR += linux-vsound SUBDIR += listener SUBDIR += liteamp + SUBDIR += lmms SUBDIR += lopster SUBDIR += lpac SUBDIR += lplayer |