[PD-dev] outlet_list

Ed Kelly morph_2016 at yahoo.co.uk
Wed Aug 17 16:21:31 CEST 2005


Greetings,

I'm trying to output a list of atoms, and I get a
consistency check failed whenever I run my external.
the line in the dsp_perform function is:
/* to set up the list */
float coeffs[ord];
/* to outlet the list */
outlet_list(x->x_obj.ob_outlet,gensym("list"),ord,parcors);
/* and in _new */
outlet_new(&x->x_obj, &s_list);

and then I get the following from the compiler:
warning: passing arg 4 of `outlet_list' from
incompatible pointer type

...so what am I doing wrong?

Best,
Ed

->
-->
---->
------->
------------>
--------------------> r3search + praktik EK5perimenz


		
___________________________________________________________ 
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com




More information about the Pd-dev mailing list