aboutsummaryrefslogtreecommitdiff
path: root/gui/slider.pd
blob: 23af752303add87b8d1b1de2efaf302e04d99cd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#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;