From ac33aae33bcd8e334755dfa6a725ffbb51a84931 Mon Sep 17 00:00:00 2001 From: Davide Morelli Date: Thu, 8 Dec 2005 16:31:11 +0000 Subject: fixing things svn path=/trunk/externals/frankenstein/; revision=4171 --- rhythms_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rhythms_memory.c') 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; -- cgit v1.2.1