[PD] only one bang

Frank Barknecht fbar at footils.org
Fri Apr 29 08:34:12 CEST 2005


Hallo,
Dieter Untermieter hat gesagt: // Dieter Untermieter wrote:

> i am having a special problem. i get two bang within a very short
> time and i want to "collect" them and send only one bang forward.
> any ideas how i could do that?

You can let the first bang close a [spigot] cross-connected after itself
and then open it again after a certain time using a [del XXX] object.

See attached abstraction: working class [speedlim].

(If you replace the 1000 with $1 and add in/outlets you can use this
as a speedlim abstraction.)

Ciao
-- 
 Frank Barknecht                               _ ______footils.org__
             
          _ __latest track: "scans" _ http://footils.org/cms/show/41
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 127 228 spigot;
#X msg 164 202 0;
#X obj 127 257 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 194 202 1;
#X obj 121 78 bng 15 250 50 0 empty empty hit_me_fast! 0 -6 0 8 -262144
-1 -1;
#X obj 194 170 del 1000;
#X obj 254 169 loadbang;
#X text 89 19 Working class speedlim;
#X obj 186 229 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
1;
#X floatatom 245 138 5 0 0 0 - - -;
#X obj 121 105 t b a;
#X connect 0 0 2 0;
#X connect 1 0 0 1;
#X connect 1 0 8 0;
#X connect 3 0 0 1;
#X connect 3 0 8 0;
#X connect 4 0 10 0;
#X connect 5 0 3 0;
#X connect 6 0 3 0;
#X connect 9 0 5 1;
#X connect 10 0 1 0;
#X connect 10 0 5 0;
#X connect 10 1 0 0;


More information about the Pd-list mailing list