diff options
author | Frank Barknecht <fbar@users.sourceforge.net> | 2005-06-20 19:12:21 +0000 |
---|---|---|
committer | Frank Barknecht <fbar@users.sourceforge.net> | 2005-06-20 19:12:21 +0000 |
commit | 18b30b5239b915dab8d2d03638741be1cdd858a9 (patch) | |
tree | 066ef7abb16b41b2dbf16e322c29ef833660556e /editor/countto.pd | |
parent | be5376b35f5baa2604869a5f548009278f20ca79 (diff) |
Added obj-importer and lots of other stuff.
svn path=/trunk/externals/nusmuk/; revision=3226
Diffstat (limited to 'editor/countto.pd')
-rw-r--r-- | editor/countto.pd | 19 |
1 files changed, 19 insertions, 0 deletions
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; |