aboutsummaryrefslogtreecommitdiff
path: root/core/btn.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-09-18 10:01:28 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-09-18 10:01:28 +0000
commit735ed9822b4aa58fefac8a179d49cb09f93f8831 (patch)
tree65f8aa13dd471fe764bc78801c2484b43de72bd7 /core/btn.pd
parent2e07534a6518180458b9c3ce4e48a5dbd294f25c (diff)
added [saveclear] for clearing dynamically generated subpatches on save, [storebang] for making gui lists of values, and added [import] statements to all patches in senderfruit
svn path=/trunk/abstractions/senderfruit/; revision=10297
Diffstat (limited to 'core/btn.pd')
-rw-r--r--core/btn.pd4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/btn.pd b/core/btn.pd
index 68d7797..0d9051a 100644
--- a/core/btn.pd
+++ b/core/btn.pd
@@ -1,7 +1,8 @@
#N canvas 361 196 433 465 10;
+#X declare -lib list-abs;
#X text -117 -87 at size 11 letters are 7px wide;
#X obj -50 348 hradio 15 1 0 4 \$0radio \$0radioR empty 0 -8 0 10 -262144
--1 -1 3;
+-1 -1 0;
#X obj -49 349 cnv 13 118 13 empty \$0canvas boobies 3 6 0 11 -233017
-66577 0;
#X text -118 -45 subtract difference add half to text xoffset;
@@ -25,6 +26,7 @@
#X msg -34 291 number \$1;
#X obj -34 314 s \$0radioR;
#X floatatom 33 159 5 0 0 0 - - -;
+#X obj 185 -61 import list-abs;
#X connect 5 0 9 0;
#X connect 6 0 7 0;
#X connect 7 0 5 0;