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@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list