aboutsummaryrefslogtreecommitdiff
path: root/rhythms_memory.c
diff options
context:
space:
mode:
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;