- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
#N canvas 3 0 513 348 12;
|
|
#X obj 66 15 delay;
|
|
#X floatatom 116 182 0 0 0 0 - - -;
|
|
#X text 111 16 - CALLBACK AFTER TIME DELAY;
|
|
#X text 130 205 <-- creation argument initializes delay time;
|
|
#X text 6 41 The delay object sends a bang to its outlet after a delay
|
|
in milliseconds specified by its right inlet or its creation argument.
|
|
;
|
|
#X obj 51 204 delay 1000;
|
|
#X text 94 132 Click here to CANCEL delay's action;
|
|
#X msg 51 133 stop;
|
|
#X text 43 324 see also:;
|
|
#X obj 155 323 timer;
|
|
#X obj 111 323 metro;
|
|
#X msg 62 155 2000;
|
|
#X text 102 154 Number in right inlet sets time and schedules the action.
|
|
;
|
|
#X text 145 183 <-- scroll to change delay time in milliseconds;
|
|
#X text 14 280 Note: sending a bang to a delay which is already set
|
|
will reschedule its output \, cancelling the old one.;
|
|
#X obj 52 231 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
|
|
-1;
|
|
#X obj 34 112 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
|
|
-1;
|
|
#X text 55 109 bang to set it;
|
|
#X obj 224 258 del;
|
|
#X text 115 256 Also known as:;
|
|
#X text 317 320 updated for Pd version 0.43;
|
|
#X connect 1 0 5 1;
|
|
#X connect 5 0 15 0;
|
|
#X connect 7 0 5 0;
|
|
#X connect 11 0 5 0;
|
|
#X connect 16 0 5 0;
|