From 18b30b5239b915dab8d2d03638741be1cdd858a9 Mon Sep 17 00:00:00 2001 From: Frank Barknecht Date: Mon, 20 Jun 2005 19:12:21 +0000 Subject: Added obj-importer and lots of other stuff. svn path=/trunk/externals/nusmuk/; revision=3226 --- editor/countto.pd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editor/countto.pd (limited to 'editor/countto.pd') diff --git a/editor/countto.pd b/editor/countto.pd new file mode 100644 index 0000000..dd621e9 --- /dev/null +++ b/editor/countto.pd @@ -0,0 +1,19 @@ +#N canvas 0 0 450 300 10; +#X obj 110 106 until; +#X obj 108 141 f 0; +#X obj 140 141 + 1; +#X obj 110 193 outlet; +#X text 207 35 from \, to; +#X obj 113 34 inlet; +#X obj 112 59 t a a; +#X msg 111 80 \$2; +#X msg 177 110 \$1; +#X connect 0 0 1 0; +#X connect 1 0 2 0; +#X connect 1 0 3 0; +#X connect 2 0 1 1; +#X connect 5 0 6 0; +#X connect 6 0 7 0; +#X connect 6 1 8 0; +#X connect 7 0 0 0; +#X connect 8 0 1 1; -- cgit v1.2.1