[PD] Pd External Question

Ricky Graham rickygrahammusic at gmail.com
Sun Jan 31 00:57:27 CET 2016


Hi all,

Is there any reason why passing a symbol arg to determine the amount of outlets on object creation would work in extended but not in vanilla? Both compile and create successfully but for whatever reason the symbol arg of my object has no effect on the number of outlets in vanilla. I’m using sprintf to parse and identify symbols passed from the pd patch; would that cause any issues?

All the best,

Ricky

> On Jan 18, 2016, at 2:37 PM, Miller Puckette <msp at ucsd.edu> wrote:
> 
> It's fine just to store the pointer to the t_symbol - the contents won't be
> changed or relocated.
> 
> cheers
> M
> 
> On Mon, Jan 18, 2016 at 02:28:09PM -0500, Ricky Graham wrote:
>> O.K., if I am passing a list of symbols and floats, is it best practice to store a symbol in a char array for future use? I’m trying to post the args to the console.




More information about the Pd-list mailing list