aboutsummaryrefslogtreecommitdiff
path: root/help/autoscale-help.pd
blob: a50750afeada14f5f45a22b189381dceb6deeee0 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#N canvas 139 22 451 673 10;
#X floatatom 26 76 5 0 0 0 - - -;
#X floatatom 26 140 0 0 0 0 - - -;
#X obj 2 -10 cnv 15 450 20 empty empty [autoscale] 2 11 1 18 -233017
-66577 0;
#X text 18 23 [autoscale] scales a stream of numbers based on an output
range set as arguments \, and an input range which is set dynamically.
;
#X floatatom 177 244 5 0 0 1 min - -;
#X obj 161 301 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 10391 1;
#X floatatom 150 140 0 0 0 0 - - -;
#X floatatom 297 140 0 0 0 0 - - -;
#X obj 213 71 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X floatatom 136 363 5 0 0 0 - - -;
#X obj 161 416 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 5443 1;
#X msg 186 361 reset;
#X text 13 181 If you use [autoscale] with no arguments \, then the
output range defaults to 0-1.;
#X msg 239 361 bang;
#X text 14 211 You can also set the output min and max using the 2nd
and 3rd inlets:;
#X floatatom 195 260 5 0 0 1 max - -;
#X floatatom 117 250 5 0 0 0 - - -;
#X obj 295 361 tgl 15 1 empty empty empty 0 -6 0 8 -262144 -1 -1 1
1;
#X text 14 322 The [reset( message or banging the 4th inlet resets
the stored max and min to zero. 0 disables the auto-tracking \, 1 re-enables
it:;
#X floatatom 81 505 5 0 0 0 - - -;
#X obj 130 630 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 5292 1;
#X text 16 453 The dump message allow "autoscale" to output the min
and max of the input data. this allow user to save this data in order
to load the same callibration with a loadbang :;
#X obj 300 532 tgl 15 1 empty empty empty 0 -6 0 8 -262144 -1 -1 1
1;
#X obj 215 579 pack float float;
#X msg 148 500 save;
#X msg 215 600 set load \$1 \$2;
#X msg 150 523 load 1 11;
#X obj 150 110 autoscale -0.01 0.01;
#X obj 158 393 autoscale;
#X obj 26 110 autoscale;
#X obj 158 278 autoscale;
#X obj 297 110 autoscale -4095 4095;
#X obj 127 556 autoscale 0 1 ______________;
#X msg 323 531 bang;
#X connect 0 0 29 0;
#X connect 4 0 30 1;
#X connect 8 0 27 0;
#X connect 8 0 31 0;
#X connect 9 0 28 0;
#X connect 11 0 28 0;
#X connect 13 0 28 3;
#X connect 15 0 30 2;
#X connect 16 0 30 0;
#X connect 17 0 28 3;
#X connect 19 0 32 0;
#X connect 22 0 32 3;
#X connect 23 0 25 0;
#X connect 24 0 32 0;
#X connect 25 0 26 0;
#X connect 26 0 32 0;
#X connect 27 0 6 0;
#X connect 28 0 10 0;
#X connect 29 0 1 0;
#X connect 30 0 5 0;
#X connect 31 0 7 0;
#X connect 32 0 20 0;
#X connect 32 1 23 0;
#X connect 32 2 23 1;
#X connect 33 0 32 3;