diff options
author | Luke Iannini <lukeiannini@users.sourceforge.net> | 2008-03-11 13:22:25 +0000 |
---|---|---|
committer | Luke Iannini <lukeiannini@users.sourceforge.net> | 2008-03-11 13:22:25 +0000 |
commit | d939eb8ba85d2a202528ec9b58a3c5e0c1aefff4 (patch) | |
tree | fe7628762c2e58ab5cd24bb26fcbabbebfa14157 /semento | |
parent | 24f7ce4939013a697c3315ff1afaed6e4a368be7 (diff) |
added state saving for parameter constraints
svn path=/trunk/abstractions/senderfruit/; revision=9558
Diffstat (limited to 'semento')
-rw-r--r-- | semento/sft.commun.sc.pd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/semento/sft.commun.sc.pd b/semento/sft.commun.sc.pd index f637606..75cc8f6 100644 --- a/semento/sft.commun.sc.pd +++ b/semento/sft.commun.sc.pd @@ -70,6 +70,8 @@ prettier; #X obj 520 53 deeprouteOSC \$2-constrain; #X obj 268 559 prepent \$2-constrained-to; #X obj 504 234 prepent \$2-constrained-to-0-1; +#X text 585 78 Save the constraints; +#X obj 587 97 commun \$2-constraints \$1; #X connect 0 0 50 0; #X connect 3 0 1 0; #X connect 4 0 61 0; @@ -107,6 +109,7 @@ prettier; #X connect 32 1 31 1; #X connect 33 0 31 0; #X connect 33 1 32 0; +#X connect 33 1 66 0; #X connect 34 0 56 0; #X connect 34 1 63 0; #X connect 37 0 12 0; @@ -130,3 +133,4 @@ prettier; #X connect 62 0 33 0; #X connect 63 0 58 0; #X connect 64 0 53 0; +#X connect 66 0 32 0; |