I can't remember how to pass multiple arguments to an external. I need to pass any number of float arguments. I think it goes something like void external_tilde_new(float *f_args, float num_args)
I've been searching thru the cvs repo to see if I can find an example, but I haven't found one yet. Any suggestions?
Chuck