Hi there ! Could i find some kind of object in pd who outputs a single bang when it recieves nothing ? Thanks for your help.
On Tue, 17 Aug 2010, IOhannes m zmoelnig wrote:
On 2010-08-17 09:57, Marek Vanbykow wrote:
Hi there ! Could i find some kind of object in pd who outputs a single bang when it recieves nothing ? Thanks for your help.
[until] but you have to start the detection by sending it a [bang( once.
You're so BOFH.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
Pure Evil(tm)
Could i find some kind of object in pd who outputs a single bang when it recieves nothing ? Thanks for your help.
[until] but you have to start the detection by sending it a [bang( once.
You're so BOFH.
On Tue, 17 Aug 2010, Andy Farnell wrote:
Pure Evil(tm)
http://www.sinfest.net/comikaze/comics/2002-10-23.gif
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
2010/8/17 Mathieu Bouchard matju@artengine.ca
On Tue, 17 Aug 2010, Andy Farnell wrote:
Pure Evil(tm)
http://www.sinfest.net/comikaze/comics/2002-10-23.gif
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
My request was somewhat vague.
However, thanks for your help: that was exactely what i was looking for:
| [t b] | [delay] |
Simple & efficient ! muchas gracias !
Hi,
On Tue, Aug 17, 2010 at 10:00:05AM +0200, IOhannes m zmoelnig wrote:
On 2010-08-17 09:57, Marek Vanbykow wrote:
Could i find some kind of object in pd who outputs a single bang when it recieves nothing ? Thanks for your help.
[until]
but you have to start the detection by sending it a [bang( once.
Took me a while to get this. :)
But although it answered the question, maybe Marek was instead looking for a way to output a bang after nothing has happened for a while, like a kind of activity meter. At least that's a common need on many occasions.
For this, [delay] is a great object because it resets the scheduled delay whenever it receives a new bang. A simple activity monitor could look like this:
[r is_there_something_happing????] | [bang] | [delay 1000] | [s nothing_happened_during_the_last_second!]
Frank Barknecht Do You RjDj.me? _ ______footils.org__
On Tue, 17 Aug 2010, Marek Vanbykow wrote:
Could i find some kind of object in pd who outputs a single bang when it recieves nothing ?
just after your [metro] (i assume you have one), insert a [t b b b]. With the right outlet, send a 1 to turn on a [spigot]. With the middle outlet of t, connect to your stuff that should produce a message or not. Use that to send a 0 to turn off the spigot. Then with the left outlet of t, send a bang in the spigot and see whether it goes through. It will go through only when nothing was received to turn off the [spigot].
for other occasions, you can swap some outlets of the [t b b b], or replace the [metro] by something else...
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801