[PD] error with until

Frank Barknecht fbar at footils.org
Tue Dec 6 12:15:55 CET 2005


Hallo,
Frank Barknecht hat gesagt: // Frank Barknecht wrote:

> João Miguel Pais hat gesagt: // João Miguel Pais wrote:
> 
> > when I press the message pd starts working at 100%, until I kill it from  
> > the outside. I thought that it would generate the numbers and then set the  
> > float to 0, but maybe not. Can anyone tell me what's happening?
> 
> That's easy: You never stop the [until], so it will try to run
> forever! 

I forgot to say: If you replace the [t b b] with [t b f] all is fine
again. 

However you may want to send the final 0 to the [f]'s right inlet.
Otherwise your counter will count like this (check with [print]):
0
1
2
...
499
0

Most people don't want that final 0.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__




More information about the Pd-list mailing list