Thanks. I figured it all out just after this, but my mailserver has been down for days. The dynamic outlets were tricky because I had to create a wrapper struct for the t_outlet struct. Not sure if it was actually necessary, but it works. Now I'm wondering if the code I have is sound in terms of memory leakage. If I've allocated two arrays with getbytes do I need to free them in a _free method to avoid memory leakage? Cheers, -Ian
Krzysztof Czaja wrote:
hi Ian,
could not find nums_vec's allocation in your code...
Krzysztof
Ian Smith-Heisters wrote: ...
// Initialize dataspace typedef struct _genmut { t_object x_obj; t_float rating, num_inlets; t_float *nums_vec;
PD-dev mailing list PD-dev@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-dev