which is the correct way to create a new active float inlet? and
how do i access it within my perform function?
inlet_new(&x->x_obj, &x->x_obj.ob_pd, gensym("float"), gensym("bound"));
t_inlet *inlet_new(t_object *owner, t_pd *dest, t_symbol *s1, t_symbol *s2);
"640K ought to be enough for anybody." -- Bill Gates, 1981