From a00c146abdbf4a287a9070bb3444e05be1e1c729 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 18 Jun 2015 08:17:01 +0000 Subject: fixed cyclone/rampsmooth~ inlets, improved the help patch -This line, and those below, will be ignored-- M cyclone/sickle/rampsmooth.c M doc/help/cyclone/rampsmooth~-help.pd svn path=/trunk/externals/miXed/; revision=17490 --- cyclone/sickle/rampsmooth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cyclone/sickle/rampsmooth.c') diff --git a/cyclone/sickle/rampsmooth.c b/cyclone/sickle/rampsmooth.c index 32be1d7..00819da 100644 --- a/cyclone/sickle/rampsmooth.c +++ b/cyclone/sickle/rampsmooth.c @@ -188,6 +188,8 @@ static void *rampsmooth_new(t_symbol *s, int ac, t_atom *av) x->x_target = 0.; x->x_incr = 0.; x->x_nleft = 0; + inlet_new((t_object *)x, (t_pd *)x, &s_float, gensym("rampup")); + inlet_new((t_object *)x, (t_pd *)x, &s_float, gensym("rampdown")); #endif outlet_new((t_object *)x, &s_signal); return (x); -- cgit v1.2.1