aboutsummaryrefslogtreecommitdiff
path: root/src/tavg~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tavg~.c')
-rw-r--r--src/tavg~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tavg~.c b/src/tavg~.c
index 5d80e9f..0d0231a 100644
--- a/src/tavg~.c
+++ b/src/tavg~.c
@@ -62,7 +62,7 @@ static void tavg_dsp(t_tavgtilde *x, t_signal **sp)
static void *tavg_new(void)
{
t_tavgtilde *x = (t_tavgtilde *)pd_new(tavg_class);
- outlet_new(&x->x_obj, &s_float);
+ outlet_new(&x->x_obj, gensym("float"));
return (x);
}