hi, does anybody knows how to make a "while " conditional statement ini pd? i've figured out how to make an "if-else" but i still don't know how to make a "while". Many thanks in advance :)
have you seen the until object?
On Wed, Sep 3, 2008 at 6:07 PM, Adityo Pratomo quietdidit@gmail.com wrote:
hi, does anybody knows how to make a "while " conditional statement ini pd? i've figured out how to make an "if-else" but i still don't know how to make a "while". Many thanks in advance :)
-- mataharipertama.wordpress.com kotakmakan.multiply.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
yes, but i guess it's used to make a "for", can i iuse it to make a "while"? because i don't really want to make a looping. thanks before.
On Thu, Sep 4, 2008 at 8:14 AM, Jaime Oliver jaime.oliver2@gmail.comwrote:
have you seen the until object?
On Wed, Sep 3, 2008 at 6:07 PM, Adityo Pratomo quietdidit@gmail.comwrote:
hi, does anybody knows how to make a "while " conditional statement ini pd? i've figured out how to make an "if-else" but i still don't know how to make a "while". Many thanks in advance :)
-- mataharipertama.wordpress.com kotakmakan.multiply.com
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Jaime E Oliver LR
joliverl@ucsd.edu www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/ www.realidadvisual.org
858 202 1522 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA
Hallo, Adityo Pratomo hat gesagt: // Adityo Pratomo wrote:
yes, but i guess it's used to make a "for", can i iuse it to make a "while"? because i don't really want to make a looping.
But "while" is looping, or am I misunderstanding what you want to do?
Anyway [until] is the object to use. What [until] does is after it receives a bang is this: "send bangs, UNTIL there's a bang in the right inlet". That's practically the same as "send bangs, WHILE there is no bang in the right inlet."
[until] used as a "FOR" replacement is started with a float number into the first inlet.
Frank Barknecht _ ______footils.org__