diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2008-08-15 17:58:36 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2008-08-15 17:58:36 +0000 |
commit | 1b6ee2499d403ea95066ed929749147cfffe7efb (patch) | |
tree | 8da895710dfff81c4535f23e4d45c1ab7352d311 | |
parent | adbffa24504fe2725e006c7ebe5076041ef694fa (diff) |
load config set auto = 0
svn path=/trunk/externals/mapping/; revision=10249
-rw-r--r-- | autoscale.pd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/autoscale.pd b/autoscale.pd index 20af1c5..192636c 100644 --- a/autoscale.pd +++ b/autoscale.pd @@ -41,7 +41,7 @@ #X connect 11 0 14 0; #X connect 11 1 10 0; #X connect 14 0 9 0; -#X restore 391 283 pd output range; +#X restore 391 286 pd output range; #N canvas 463 201 389 220 track 0; #X obj 168 22 inlet; #X obj 38 135 outlet; @@ -98,6 +98,7 @@ #X obj 16 198 trigger list bang; #X obj 5 347 trigger bang bang; #X obj 5 60 route save load reset; +#X msg 200 58 0; #X connect 1 0 29 0; #X connect 3 0 4 0; #X connect 3 1 15 0; @@ -131,5 +132,7 @@ #X connect 28 1 22 0; #X connect 29 0 28 0; #X connect 29 1 27 0; +#X connect 29 1 30 0; #X connect 29 2 15 2; #X connect 29 3 17 0; +#X connect 30 0 17 1; |