Update of /cvsroot/pure-data/externals/mapping/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22755/help
Modified Files: upsample-help.pd Log Message: made default argument be 1 so that object will pass data thru if no argument is given, instead of outputing nothing
Index: upsample-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/mapping/help/upsample-help.pd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** upsample-help.pd 28 Feb 2006 07:22:53 -0000 1.1 --- upsample-help.pd 15 Jun 2006 02:53:08 -0000 1.2 *************** *** 1,6 **** ! #N canvas 342 493 444 426 10; ! #X msg 26 90 1; ! #X obj 26 144 print; ! #X obj 25 118 upsample 3; ! #X connect 0 0 2 0; ! #X connect 2 0 1 0; --- 1,19 ---- ! #N canvas 355 237 367 339 10; ! #X msg 82 101 1; ! #X obj 84 226 print; ! #X obj 204 227 print ---------; ! #X text 79 77 increase the sampling rate; ! #X obj 83 140 trigger float bang; ! #X obj 98 119 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 2600 1; ! #X obj 83 200 upsample 3; ! #X obj 158 177 hsl 128 15 0 10 0 0 empty empty empty -2 -6 0 8 -262144 ! -1 -1 4100 1; ! #X floatatom 162 201 5 0 0 0 - - -; ! #X connect 0 0 4 0; ! #X connect 4 0 6 0; ! #X connect 4 1 2 0; ! #X connect 5 0 4 0; ! #X connect 6 0 1 0; ! #X connect 7 0 6 1; ! #X connect 7 0 8 0;