Re: [PD] pd message order?

2011-08-04 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-04 00:06, Jonathan Wilkes wrote: Technically it seems to be this: they output in reverse creation order. (The last [receive] you created in the patch will output first.) Conceptually, imagine an evil demon changing the order in

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-04 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-03 23:45, Andy Farnell wrote: I used to use [symbol2list] a lot, so Iohannes suggestion is interesting. But could that split on an arbitary symbol like Chris suggests for the proposed [split] ? definitely. fgmasdr IOhannes

Re: [PD] Pitch Shift

2011-08-04 Thread Pierre Massat
Yes, it's not been released yet. I think she started a few threads on the forum (i don't think she's in the pd-list). Anyway do give Steve Harris' algorithm a shot, i remember trying it for shifting up one octave and it sounded great. Piere 2011/8/3 michael noble loop...@gmail.com On Wed, Aug

[PD] pd-con 2011: CARILLON

2011-08-04 Thread Moritz Schell
Dear carillon crew, thanks a lot for your submissions! finally we like to present the artists, pieces and the schedule for the concerts: 08.08.11 18:30 BILEAM KÜMPER, Clockwork, 24 * 60 canons for each minute of the day 12'00'' 09.08.1118:30 RICH THOMAS, Race, War, and a Failed

Re: [PD] pd message order?

2011-08-04 Thread Alexandre Torres Porres
I sometimes just get the receive as the master receive, and then channel it down in sub receives that are numbered, and I use trigger. something like [r a] | [t f f] | | | [s a1] | [s a2] and then a1 goes to where it first needs to be sent to. it doesnt look confusing in the code

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-04 Thread András Murányi
On Thu, Aug 4, 2011 at 00:54, Mathieu Bouchard ma...@artengine.ca wrote: On Wed, 3 Aug 2011, Mathieu Bouchard wrote: On Tue, 2 Aug 2011, Miller Puckette wrote: Nope... there needs to be a string-to-binary-list-and-back function somewhere but I can't figure out what to name it :) for

Re: [PD] pd message order?

2011-08-04 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-08-04 16:08, Alexandre Torres Porres wrote: I sometimes just get the receive as the master receive, and then channel it down in sub receives that are numbered, and I use trigger. something like [r a] | [t f f] | | | [s a1]

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-04 Thread Mathieu Bouchard
On Wed, 3 Aug 2011, Jonathan Wilkes wrote: Aw c'mon, Miller, you didn't even try. It's just a little sprintf hacking and that idiosyncratic recursion that outputs everything backwards. You can greatly speed it up by registering one receive symbol per character, such as [r $0-char-1], [r

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-08-04 Thread Jonathan Wilkes
I don't understand what you're saying about receive symbols.  How do you get the single characters in the first place? -Jonathan From: Mathieu Bouchard ma...@artengine.ca To: Jonathan Wilkes jancs...@yahoo.com Cc: Miller Puckette m...@ucsd.edu; Alexandre

Re: [PD] pd message order?

2011-08-04 Thread Michael Matthews
so standard objects have right to left ordering of outlet processing, but what about send and receive for messages? if multiple objects receive for the same name, which one gets it first? is there a triggerlike object for messages, or should I send multiple messages each with a differentiated

[PD] search plugin update

2011-08-04 Thread Jonathan Wilkes
Search plugin revision: *added status bar shows link locations and search text (if searching for a keyword tag) * quoted text works, e.g., it's a secret to everybody * regexes seem to work, e.g., outlet.*symbol will match all objects that output a symbol * pd-style word boundaries, e.g., clip~