I want to calculate a series of floats and output them as a list out the outlet, I see:
void outlet_list(t_outlet *x, t_symbol *s, int argc, t_atom *argv);
but don't know how to set the contents of the list, ie I'm not sure how to use gensym("list").
Thanks Ben
B. Bogart ---------