aboutsummaryrefslogtreecommitdiff
path: root/rhythms_memory.c
diff options
context:
space:
mode:
authorDavide Morelli <morellid@users.sourceforge.net>2005-12-08 16:31:11 +0000
committerDavide Morelli <morellid@users.sourceforge.net>2005-12-08 16:31:11 +0000
commitac33aae33bcd8e334755dfa6a725ffbb51a84931 (patch)
treee98f57ef0c71970871c6335bfddf34048d8315f4 /rhythms_memory.c
parentfe91359682b9d76eb3c2a4bb8fb7b4d2f00bfcb9 (diff)
fixing things
svn path=/trunk/externals/frankenstein/; revision=4171
Diffstat (limited to 'rhythms_memory.c')
-rwxr-xr-xrhythms_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhythms_memory.c b/rhythms_memory.c
index a7d7ce6..12d9c5c 100755
--- a/rhythms_memory.c
+++ b/rhythms_memory.c
@@ -182,7 +182,7 @@ void *rhythms_memory_new(t_symbol *s, int argc, t_atom *argv)
int i;
time_t a;
t_rhythms_memory *x = (t_rhythms_memory *)pd_new(rhythms_memory_class);
- x->l_out = outlet_new(&x->x_obj, "list");
+ x->l_out = outlet_new(&x->x_obj, &s_list);
x->seq_initialized = 0;