[PD-cvs] externals/zexy/tests/repeat noargs.pd,NONE,1.1

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed Dec 21 11:50:04 CET 2005


Update of /cvsroot/pure-data/externals/zexy/tests/repeat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27351/repeat

Added Files:
	noargs.pd 
Log Message:
test for [repeat] without args


--- NEW FILE: noargs.pd ---
#N canvas 179 117 582 310 10;
#X obj 91 117 inlet bang;
#X obj 91 270 outlet result;
#X obj 91 138 t b b b;
#X obj 91 240 i;
#X msg 107 213 1;
#X msg 139 213 0;
#X text 37 51 may people think that it is a bad idea to not create
[repeat] if there is no argument. so this test fails when the object
cannot instantiate;
#X obj 107 184 repeat;
#X connect 0 0 2 0;
#X connect 2 0 3 0;
#X connect 2 1 7 0;
#X connect 2 2 5 0;
#X connect 3 0 1 0;
#X connect 4 0 3 1;
#X connect 5 0 3 1;
#X connect 7 0 4 0;





More information about the Pd-cvs mailing list