lms-video/pd-0.44-2/doc/5.reference/metro.pd
Santi Noreña e85d191b46 - Reestructuración de ficheros y directorios general
- 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
2013-02-04 18:00:17 +01:00

29 lines
1 KiB
Text

#N canvas 39 7 634 372 12;
#X text 19 36 The metro object sends a series of bangs at a constant rate. The right inlet takes the value in milliseconds between each bang. The left inlet takes a 1 or 0 \, turning the metronome on or off.;
#X obj 67 285 + 1;
#X obj 32 284 int;
#X floatatom 32 317 4 0 0;
#X obj 32 243 metro 500;
#X obj 5 6 metro;
#X floatatom 81 220 4 0 0;
#X text 104 282 These objects work together as a counter. For each bang sent by metro \, the output adds 1;
#X obj 32 103 loadbang;
#X msg 32 125 1;
#X text 92 135 nonzero number or "bang" to start;
#X msg 49 172 0;
#X msg 38 148 bang;
#X msg 49 194 stop;
#X text 99 181 zero or "stop" to stop.;
#X text 351 332 Updated for Pd version 0.33;
#X text 130 220 right inlet sets the rate in msec per tick.;
#X text 127 243 creation argument initializes rate in msec;
#X connect 1 0 2 1;
#X connect 2 0 3 0;
#X connect 2 0 1 0;
#X connect 4 0 2 0;
#X connect 6 0 4 1;
#X connect 8 0 9 0;
#X connect 9 0 4 0;
#X connect 11 0 4 0;
#X connect 12 0 4 0;
#X connect 13 0 4 0;