aboutsummaryrefslogtreecommitdiff
path: root/gui/slider.pd
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-07-30 19:20:23 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-07-30 19:20:23 +0000
commit73644be944820f2a81ed861f7bab1e0559c22838 (patch)
tree403e1dd0da602294f40c7f5c0e02656afb99b959 /gui/slider.pd
parentd03163cea16c8056fc8095ead5acfbaacebde7ee (diff)
next step towards gui revival
svn path=/trunk/externals/ggee/; revision=64
Diffstat (limited to 'gui/slider.pd')
-rwxr-xr-xgui/slider.pd62
1 files changed, 30 insertions, 32 deletions
diff --git a/gui/slider.pd b/gui/slider.pd
index 23af752..892b372 100755
--- a/gui/slider.pd
+++ b/gui/slider.pd
@@ -1,32 +1,30 @@
-#N canvas 552 205 602 446 12;
-#X obj 14 121 slider 127 0 15 1;
-#X floatatom 12 42 0 0 0;
-#X floatatom 14 319 0 0 0;
-#X obj 12 64 metro 200;
-#X floatatom 121 253 0 0 0;
-#X text 11 23 Alt-Click on number box to toggle between 0 and non-0
-state;
-#X obj 118 142 slider 200 100 15 1;
-#X text 141 139 This was instantiated with "slider 200 100";
-#X obj 14 85 random 127;
-#X obj 304 257 state sl;
-#X msg 304 197 save;
-#X msg 356 197 1;
-#X obj 191 239 slider 100 0 30 1;
-#X text 118 49 Instantiate a new slider with Put->Object and type slider
-into the object. The slider takes up to 3 parameters \, the first is
-the maximum value \, the second is the minimum. The third is the width
-of the slider (contributed by Dieter <dieter@rhiz.org>. Currently only
-integer values are supported.;
-#X msg 178 192 mark 120;
-#X msg 257 285 type 1;
-#X obj 257 315 slider 127 0 15 1;
-#X connect 0 0 2 0;
-#X connect 1 0 3 0;
-#X connect 3 0 8 0;
-#X connect 6 0 4 0;
-#X connect 8 0 0 0;
-#X connect 10 0 9 0;
-#X connect 11 0 9 0;
-#X connect 14 0 6 0;
-#X connect 15 0 16 0;
+#N canvas 465 157 666 446 12;
+#X obj 14 121 slider 127 0 15;
+#X floatatom 12 42 0 0 0;
+#X floatatom 14 319 0 0 0;
+#X obj 12 64 metro 200;
+#X text 139 188 This was instantiated with "slider 200 100";
+#X obj 14 85 random 127;
+#X obj 468 343 state sl;
+#X msg 468 283 save;
+#X msg 520 283 1;
+#X obj 98 167 slider 200 100 15;
+#X floatatom 98 296 0 0 0;
+#X obj 186 252 slider 127 0 40;
+#X text 184 231 This was instantiated with "slider 127 0 40";
+#X obj 274 333 sliderh 127 0 30;
+#X text 273 307 Same with sliderh;
+#X floatatom 274 384 5 0 0;
+#X text 126 11 Instantiate a new slider with Put->Object and type slider
+into the object. The slider takes up to 3 parameters \, the first is
+the maximum value \, the second is the minimum. The third is the width
+of the slider (contributed by Dieter <dieter@rhiz.org>. Click on the
+through to move in 0.01. Middle button jumps.;
+#X connect 0 0 2 0;
+#X connect 1 0 3 0;
+#X connect 3 0 5 0;
+#X connect 5 0 0 0;
+#X connect 7 0 6 0;
+#X connect 8 0 6 0;
+#X connect 9 0 10 0;
+#X connect 13 0 15 0;