aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/main.cpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-12-24 23:20:22 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:57 +0200
commit5c3670b6322b60b8bc5f60e22d891fe39b854e3e (patch)
treeb4eee08fb30434b237176822e9f959e90895e342 /chaos/src/main.cpp
parent45932d6b4b33ecd4f4dc2e7eab9f210dfa46cc34 (diff)
more changes ... getting stable ...
svn path=/trunk/externals/tb/; revision=2428
Diffstat (limited to 'chaos/src/main.cpp')
-rw-r--r--chaos/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/main.cpp b/chaos/src/main.cpp
index b0f2ad0..3a322f0 100644
--- a/chaos/src/main.cpp
+++ b/chaos/src/main.cpp
@@ -19,13 +19,13 @@
// Boston, MA 02111-1307, USA.
#include "chaos.hpp"
-#include "logistic_map.hpp"
void chaos_library_setup()
{
post("chaos~ version "PACKAGE_VERSION"\n");
FLEXT_DSP_SETUP(lorenz_dsp);
+ FLEXT_DSP_SETUP(logistic_dsp);
}
FLEXT_LIB_SETUP(chaos, chaos_library_setup);