Re: [PD] PD-extended 0.40-3 : error when sending "blob" message to inlet

2009-01-28 Thread Martin Peach
atom. Martin From: Hans-Christoph Steiner To: Martin Peach CC: pd-list Subject: Re: [PD] PD-extended 0.40-3 : error when sending "blob" message to inlet Date: Wed, 28 Jan 2009 09:44:43 -0500 I don't quite follow, can you expand on that? Do you mean that Pd would have

Re: [PD] PD-extended 0.40-3 : error when sending "blob" message to inlet

2009-01-28 Thread Hans-Christoph Steiner
I don't quite follow, can you expand on that? Do you mean that Pd would have to include ints? Or that the C code should use t_int rather than int? .hc On Jan 28, 2009, at 9:21 AM, Martin Peach wrote: > I'm thinking that if Pd would just handle its own t_int type (as > MaxMSP > does) the

Re: [PD] PD-extended 0.40-3 : error when sending "blob" message to inlet

2009-01-28 Thread Martin Peach
I'm thinking that if Pd would just handle its own t_int type (as MaxMSP does) then the blob stuff would be unnecessary. Martin Hans-Christoph Steiner wrote: > Yes, indeed this is strange behavior. The string/blob stuff is in > need of an update, but its not very clear how to handle it. So

Re: [PD] PD-extended 0.40-3 : error when sending "blob" message to inlet

2009-01-28 Thread Hans-Christoph Steiner
Yes, indeed this is strange behavior. The string/blob stuff is in need of an update, but its not very clear how to handle it. So examples like this are useful for outlining the problems. .hc On Jan 27, 2009, at 5:51 PM, Jean-Yves Gratius wrote: > strange behaviour, isn't it ? > when I sen

Re: [PD] PD-extended 0.40-3 : error when sending "blob" message to inlet

2009-01-27 Thread Jean-Yves Gratius
strange behaviour, isn't it ? when I send [float( or [list( or [symbol( or even to a trigger [t a], everything is ok, when I send [blob( to this trigger, i get an error message. Any other reserved keywords ? JYG. Hans-Christoph Steiner a écrit : > > "blob" is a keyword for Martin Peach's strin

Re: [PD] PD-extended 0.40-3 : error when sending "blob" message to inlet

2009-01-27 Thread Hans-Christoph Steiner
"blob" is a keyword for Martin Peach's string additions that are included in Pd-extended. .hc On Jan 27, 2009, at 4:44 AM, Jean-Yves Gratius wrote: > hi, > > in pd-extended 0.40-3 (win xp), when i send a [blob( message to a > subpatch with an inlet, i get a error message : > > error : Bad ar

[PD] PD-extended 0.40-3 : error when sending "blob" message to inlet

2009-01-27 Thread Jean-Yves Gratius
hi, in pd-extended 0.40-3 (win xp), when i send a [blob( message to a subpatch with an inlet, i get a error message : error : Bad arguments for message 'blob' to object 'messresponder' i tried with pd vanilia 0.39-2, 0.40-1, pd ext. 0.39-2, everything is ok. [blob( | [pd-subpatch] Jean-Yves