From faada59567f8cb252f4a909116595ce309ff5828 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 23 May 2003 12:29:55 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r647, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/miXed/; revision=648 --- test/cyclone/match-reentrant.pd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/cyclone/match-reentrant.pd (limited to 'test/cyclone/match-reentrant.pd') diff --git a/test/cyclone/match-reentrant.pd b/test/cyclone/match-reentrant.pd new file mode 100644 index 0000000..495cfad --- /dev/null +++ b/test/cyclone/match-reentrant.pd @@ -0,0 +1,20 @@ +#N canvas 496 270 520 430 12; +#X obj 38 135 t a b; +#X obj 38 244 print; +#X obj 38 88 match -1 -2 -3 -4 -5 -6 -7 -8 -9; +#X msg 38 38 -1 -2 -3 -4 -5 -6 -7 -8 -9; +#X msg 78 195 set 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17; +#X obj 228 330 t a b; +#X msg 268 373 4 5 6; +#X obj 228 289 match 1 nn 3; +#X msg 228 244 1 2 3; +#X connect 0 0 1 0; +#X connect 0 1 4 0; +#X connect 2 0 0 0; +#X connect 3 0 2 0; +#X connect 4 0 2 0; +#X connect 5 0 1 0; +#X connect 5 1 6 0; +#X connect 6 0 7 0; +#X connect 7 0 5 0; +#X connect 8 0 7 0; -- cgit v1.2.1