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/lmms/files/patch-plugins_organic_organic.cpp | |
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/lmms/files/patch-plugins_organic_organic.cpp')
-rw-r--r-- | audio/lmms/files/patch-plugins_organic_organic.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/lmms/files/patch-plugins_organic_organic.cpp b/audio/lmms/files/patch-plugins_organic_organic.cpp new file mode 100644 index 000000000000..92490cd0df8c --- /dev/null +++ b/audio/lmms/files/patch-plugins_organic_organic.cpp @@ -0,0 +1,10 @@ +--- plugins/organic/organic.cpp.orig Mon Dec 4 15:22:23 2006 ++++ plugins/organic/organic.cpp Mon Dec 4 16:02:07 2006 +@@ -64,6 +64,7 @@ + #include "embed.cpp" + #include "volume_knob.h" + ++#define log2f(x) (logf((x)) / logf(2)) + + extern "C" + { |