File: hist-help.pd

package info (click to toggle)
pd-smlib 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: ansic: 3,010; makefile: 63
file content (98 lines) | stat: -rw-r--r-- 3,203 bytes parent folder | download
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#N canvas 455 82 558 505 10;
#X obj -1 654 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#X obj 1 301 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#N canvas 734 346 424 317 META 0;
#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be)
;
#X text 12 45 DESCRIPTION histograms;
#X text 12 5 KEYWORDS control;
#X text 12 65 INLET_0 float list absolute relative clear;
#X text 12 85 OUTLET_0 list;
#X restore 499 656 pd META;
#X obj 0 452 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 489 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#N canvas 130 487 428 85 Related_objects 0;
#X obj 0 0 cnv 15 425 20 empty empty empty 3 12 0 14 -204280 -1 0;
#X text 6 1 Related Objects;
#X restore 195 657 pd Related_objects;
#X obj 0 0 cnv 15 552 40 empty empty hist 3 12 0 18 -204280 -1 0;
#X obj 79 461 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 79 311 cnv 17 3 125 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X text 99 344 clear;
#X text 99 463 list;
#X obj 0 567 cnv 3 550 3 empty empty more_info 8 12 0 13 -228856 -1
0;
#X text 82 510 a) float;
#X text 82 528 b) float;
#X text 82 546 c) float;
#X text 174 346 - clear the buffer values;
#X obj 98 272 print;
#X msg 362 55 absolute;
#X msg 362 77 relative;
#X msg 364 115 clear;
#X floatatom 158 275 5 0 0 0 - - -, f 5;
#X msg 98 54 1 3 5 7 9;
#X msg 145 75 1.4 3.4 5.4 7.4 9.4;
#X msg 34 54 -10;
#X obj 505 6 hist;
#X text 99 310 absolute;
#X text 99 380 list;
#X text 99 398 relative;
#X text 174 381 - input floats;
#X obj 343 56 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X text 99 327 bang;
#X text 174 399 - calculates relative histogram values;
#X text 174 311 - calculates absolute histogram values;
#X text 174 328 - calculates absolute histogram values;
#X text 174 546 - set initial number of bins;
#X text 174 510 - set initial lower scale value;
#X text 174 528 - set initial upper scale value;
#X text 11 21 histograms, f 71;
#X msg 66 54 20;
#X text 81 587 The lower boundary (a) should be smaller than the upper
boundary (b) \, which should be equal or smaller than the buffer size
(c). Out of range values are not ignored \, but put into the first
and last bin., f 65;
#X text 99 415 set l u b;
#X text 174 416 - set lower (l) and upper (u) scale values and number
of bins (b).;
#X text 174 364 - input float;
#X text 99 363 float;
#X obj 98 196 smlib/hist 0 10 5;
#X obj 158 254 smlib/vsum;
#X obj 98 75 t b l;
#X obj 196 118 t b l;
#X obj 145 96 t b l;
#X text 174 463 - histogram values on absolute \, bang and relative
;
#X msg 364 148 set 0 10 10;
#X msg 196 96 0.6 3.6 4.6 5.6 8.6;
#X connect 17 0 44 0;
#X connect 18 0 44 0;
#X connect 19 0 44 0;
#X connect 21 0 46 0;
#X connect 22 0 48 0;
#X connect 23 0 44 0;
#X connect 29 0 44 0;
#X connect 38 0 44 0;
#X connect 44 0 16 0;
#X connect 44 0 45 0;
#X connect 45 0 20 0;
#X connect 46 0 44 0;
#X connect 46 1 44 0;
#X connect 47 0 44 0;
#X connect 47 1 44 0;
#X connect 48 0 44 0;
#X connect 48 1 44 0;
#X connect 50 0 44 0;
#X connect 51 0 47 0;