Re: [PD] which object to use to resolve my problem?

2011-06-06 Thread Pall Thayer
ct 3 0 2 1; >> #X connect 4 0 1 0; >> #X connect 4 1 5 0; >> #X connect 5 0 2 1; >> >> >> Hope that's what you're looking for! >> >> Cheers, Ingo >> >> ____________________________ >> Von: pd-list-boun...@iem.at [

Re: [PD] which object to use to resolve my problem?

2011-06-06 Thread FernandoG
onnect 4 1 5 0; > #X connect 5 0 2 1; > > > Hope that's what you're looking for! > > Cheers, Ingo > > > Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von > FernandoG > Gesendet: Son

Re: [PD] which object to use to resolve my problem?

2011-06-05 Thread Ingo
to:pd-list-boun...@iem.at] Im Auftrag von FernandoG Gesendet: Sonntag, 5. Juni 2011 08:49 An: pd-list@iem.at Betreff: [PD] which object to use to resolve my problem? Hello I need a object or an abstraction that send a unique and single bang when a incoming number reach certain defined value and

Re: [PD] which object to use to resolve my problem?

2011-06-05 Thread Jaime Oliver
like this? J On Sat, Jun 4, 2011 at 11:48 PM, FernandoG wrote: > Hello > > I need a object or an abstraction that send a unique and single bang when a > incoming number reach certain defined value and do nothing while this > incoming number varies in proximities of the desired value, but when >

[PD] which object to use to resolve my problem?

2011-06-04 Thread FernandoG
Hello I need a object or an abstraction that send a unique and single bang when a incoming number reach certain defined value and do nothing while this incoming number varies in proximities of the desired value, but when incoming number return to 0 the process is reset and start again. By the way,