[PD] Fw: Mail delivery failed: returning message to sender

Miller Puckette mpuckett at man104-1.ucsd.edu
Sat Nov 8 21:46:04 CET 2003


There's an "until" object in Pd that I use to make all sorts of "for" and
"while" constructions.  I just looked, and oddly enough there's nothing about
it in the Pd tutorial... I'll add something for the next release.

cheers
Miller

On Sat, Nov 08, 2003 at 11:41:57AM -0500, B. Bogart wrote:
>  Hey all,
>  
>  I can't seem to find a for loop for PD. Abstraction or external.
>  
>  Ideally it would be nested so that you could loop through n number of
>  dimentions. You just tell it the start end and step for each dimention:
>  
>  for(x=0; x<=10; x++)
> {
>      for(y=0; x<=10; y++)
>      {
>          toOutInt(0, x);
>          toOutInt(1, y);
>      }
> }
>  
>  Or something the like...
>  
>  Yes I'm doing too much matrix stuff!
>  
>  I can whip up an external soon enough, but I figured somone has already
>  beat me to it.
>  
>  Thanks
>  Ben
>  
> 
> 
> _______________________________________________
> PD-list mailing list
> PD-list at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-list




More information about the Pd-list mailing list