diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-10 11:51:42 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-10 11:51:42 +0000 |
commit | b55f64ad45b4d390f2f373abe54347739b17f26e (patch) | |
tree | 58f59e1818ed40be56295fe596e8187053b8bfbd /msd/editor/countto.pd | |
parent | d9b0488b75b27c78083fd2275985d0f0593a465f (diff) |
move editor to msd
svn path=/trunk/externals/nusmuk/; revision=14364
Diffstat (limited to 'msd/editor/countto.pd')
-rw-r--r-- | msd/editor/countto.pd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/msd/editor/countto.pd b/msd/editor/countto.pd new file mode 100644 index 0000000..dd621e9 --- /dev/null +++ b/msd/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; |