[PD-cvs] pd/doc/5.reference metro.pd,1.1.1.1.16.1,1.1.1.1.16.2 x_all_guis.pd,1.1.1.1.16.1,1.1.1.1.16.2

Guenter Geiger ggeiger at users.sourceforge.net
Thu May 6 17:51:02 CEST 2004


Update of /cvsroot/pure-data/pd/doc/5.reference
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25613/5.reference

Added Files:
      Tag: devel_0_37
	metro.pd x_all_guis.pd 
Log Message:
merged 0.37-1

--- NEW FILE: x_all_guis.pd ---
#N canvas 209 342 290 271 10;
#X obj 23 31 bng 15 250 50 532480 \$1 \$1 empty 20 8 192 8 -262144
-1 -1;
#X obj 23 63 tgl 15 1.06496e+06 \$2 \$2 empty 20 8 192 8 -262144 -1
-1 0 1;
#X obj 22 95 vsl 15 128 0 127 0 1.59744e+06 \$3 \$3 empty 20 8 192
8 -262144 -1 -1 0 1;
#X obj 65 30 hsl 128 15 0 127 0 2.12992e+06 \$4 \$4 empty 20 8 192
8 -262144 -1 -1 0 1;
#X obj 63 63 hdl 15 1 2.6624e+06 8 \$5 \$5 empty 20 8 192 8 -262144
-1 -1 0;
#X obj 62 99 vu 15 120 \$6 empty 35 8 64 8 -66577 -1 1 49152;
#X obj 115 99 cnv 15 100 60 \$7 \$7 \$7 20 12 917696 14 -233017 -66577
3.72736e+06;
#X obj 41 308 inlet;
#X obj 41 334 outlet;
#X obj 227 30 vdl 15 1 4.79232e+06 8 \$9 \$9 empty 20 8 192 8 -262144
-1 -1 0;
#X obj 116 176 nbx 5 14 -1e+37 1e+37 0 4.25984e+06 \$8 \$8 empty 45
7 192 10 -262144 -1 -1 0;

--- NEW FILE: metro.pd ---
#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;





More information about the Pd-cvs mailing list