aboutsummaryrefslogtreecommitdiff
path: root/popup/popup-help.pd
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2004-12-13 23:56:59 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2004-12-13 23:56:59 +0000
commit1a6eece068a310f5ba3f5d3df3e42e6199087f0a (patch)
tree5891a38affba169e8877a3aba6f5f4fbbf3d0c59 /popup/popup-help.pd
parent3b11721b6cb9a75814f236fad3e6cec5ac5588f5 (diff)
Added "append" method, fixed bug with background colour, added proper args to README
svn path=/trunk/externals/bbogart/; revision=2370
Diffstat (limited to 'popup/popup-help.pd')
-rw-r--r--popup/popup-help.pd45
1 files changed, 30 insertions, 15 deletions
diff --git a/popup/popup-help.pd b/popup/popup-help.pd
index d08d280..2aa0ae8 100644
--- a/popup/popup-help.pd
+++ b/popup/popup-help.pd
@@ -1,20 +1,35 @@
-#N canvas 154 131 631 317 10;
-#X obj 66 220 popup 124 25 white duh! one two three four five six seven
-eight nine ten eleven twelve thirteen i14 i15 i16 i17 i18 i19 i20 i21
-i22 i23 i24 i25 i26 i26 i27 i28 i29 i30;
-#X obj 67 265 print index;
-#X msg 79 100 name popup;
-#X obj 169 266 print symbol;
-#X floatatom 44 78 5 0 0 0 - - -;
-#X msg 126 156 options one two three four five six seven eight nine
-ten eleven twelve thirteen i14 i15 i16 i17 i18 i19 i20 i21 i22 i23
-i24 i25 i26 i26 i27 i28 i29 i30;
-#X msg 109 130 bgcolour black;
+#N canvas 119 198 631 397 10;
+#X obj 106 300 popup 124 25 grey90 duh! one two three four five six
+seven eight nine ten eleven twelve thirteen i14 i15 i16 i17 i18 i19
+i20 i21 i22 i23 i24 i25 i26 i27 i28 i29 i30;
+#X obj 152 359 print index;
+#X msg 96 108 name popup;
+#X obj 239 359 print symbol;
+#X floatatom 43 94 5 0 0 0 - - -;
#X text 13 11 popup \, a popup menu for PD. Copyright Ben Bogart 2004
Released under the GPL.;
-#X connect 0 0 1 0;
+#X text 14 43 Left outlet sends out a bang on load \, used to set default
+value. Using a loadbang to send a float will result in a crash.;
+#X msg 173 235 options;
+#X msg 166 186 options one two three four five six seven eight nine
+ten eleven twelve thirteen i14 i15 i16 i17 i18 i19 i20 i21 i22 i23
+i24 i25 i26 i27 i28 i29 i30;
+#X msg 184 261 append append-one append-two append-three;
+#X obj 106 332 route bang;
+#X msg 33 298 10;
+#X text 187 332 Choose 10 as the default value on load \, does send
+output.;
+#X msg 119 133 bgcolour #047992;
+#X msg 149 160 bgcolour grey90;
+#X connect 0 0 10 0;
#X connect 0 1 3 0;
#X connect 2 0 0 0;
#X connect 4 0 0 0;
-#X connect 5 0 0 0;
-#X connect 6 0 0 0;
+#X connect 7 0 0 0;
+#X connect 8 0 0 0;
+#X connect 9 0 0 0;
+#X connect 10 0 11 0;
+#X connect 10 1 1 0;
+#X connect 11 0 0 0;
+#X connect 13 0 0 0;
+#X connect 14 0 0 0;