hi, i'm trying (for 2 days now) to make a patch that
any help would be welcome.
thanks in advance carlos
thanks for the reply, but i guess i didn't describe my problem correctly:
.... so: if it doesn't receive a bang for more than x seconds it will send
a bang.
hope this becomes clearer now.
On Wed, 15 Nov 2006 16:38:01 +0100, sven ml.sven@subscience.de wrote:
At 16:22 15.11.2006, carlos katastrofsky wrote:
hi, i'm trying (for 2 days now) to make a patch that
- receives unregular bangs and
- sends a bang if it doesn't receive a bang for x seconds
try this:
[bng] | [delay 1000] <- your x seconds*1000 in here | [bng]
sven.
At 16:50 15.11.2006, carlos katastrofsky wrote:
thanks for the reply, but i guess i didn't describe my problem correctly:
- the patch should receive unregular bangs and
- only send one bang x seconds after the LAST bang
.... so: if it doesn't receive a bang for more than x seconds it will send
a bang.hope this becomes clearer now.
try this:
[bng] | [delay 1000] <- your x seconds*1000 in here | [bng]
that's what the thing above does, sending one bang x seconds after the _LAST_ bang and if you maybe mean EXACTLY ONLY ONE BANG EXACTLY ONLY ONCE add something like this after the delay:
|
[t b b]
| /
[0] /
\ /
/
/
/
[spigot 1]
|
[bng]
sven.