[PD] [PD-announce] Pd 0.52-2 released

2022-03-27 Thread Miller Puckette via Pd-announce
To Pd-announce: Pd version 0.52-2 is available from http://msp.ucsd.edu/software.htm or (source only) via github: https://github.com/pure-data/pure-data . cheers Miller ___ Pd-announce mailing list pd-annou...@lists.iem.at

Re: [PD] how to write different types to [text]

2022-03-27 Thread Christof Ressi
There is no way to get the rest of the message. I think [text get] could simply output all sublists consecutively. By checking the right outlet you know if a message spans a whole line (= 0), or is part of a comma seperated list of messages (= 1). To be more precise: it should output all

Re: [PD] how to write different types to [text]

2022-03-27 Thread Christof Ressi
On 27.03.2022 18:22, Christof Ressi wrote: I guess you should be able to do [3 3( -> [text get] to get the second sublist, but [3 4( -> [text get] should probably trigger an out-of-range error. I meant to write [0 3 3( -> [text get] and [0 3 4( -> [text get]... Another side note: it would be

Re: [PD] how to write different types to [text]

2022-03-27 Thread Christof Ressi
On 27.03.2022 11:01, Roman Haefeli wrote: On Sun, 2022-03-27 at 01:10 +0100, Christof Ressi wrote: In my experience, commas in [text] are broken... Best not to use them :-) What is the purpose of 'type' in [text] then? I find your advice of not using a feature because it is broken - frankly -

[PD] array of arrays Data Structure

2022-03-27 Thread Alexandre Torres Porres
hi, anyone has a simple example of an array composed of arrays for me? I'm working on revising the documentation of Data Structures thanks ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] how to write different types to [text]

2022-03-27 Thread Roman Haefeli
On Sun, 2022-03-27 at 01:10 +0100, Christof Ressi wrote: > In my experience, commas in [text] are broken... Best not to use them > :-) What is the purpose of 'type' in [text] then? I find your advice of not using a feature because it is broken - frankly - disconcerting. If it's broken, then it