File: cauchy-help.pd

package info (click to toggle)
pd-maxlib 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,872 kB
  • sloc: ansic: 10,146; makefile: 87; sh: 14
file content (74 lines) | stat: -rw-r--r-- 2,426 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
#N canvas 494 84 557 489 10;
#X obj 0 0 cnv 15 552 40 empty empty cauchy 3 12 0 18 -204280 -1 0
;
#X obj 0 312 cnv 3 550 3 empty empty inlets 8 12 0 13 -228856 -1 0
;
#X obj 0 382 cnv 3 550 3 empty empty outlets 8 12 0 13 -228856 -1 0
;
#X obj 0 419 cnv 3 550 3 empty empty arguments 8 12 0 13 -228856 -1
0;
#X obj 79 323 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X obj 0 449 cnv 15 552 21 empty empty empty 20 12 0 14 -233017 -33289
0;
#N canvas 242 347 428 75 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 206 453 pd Related_objects;
#N canvas 628 496 379 261 META 0;
#X text 12 125 AUTHOR Olaf Matthes;
#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42. Updated by Fred Jan Kraan 2016-02.;
#X text 12 25 LICENSE GPL v2;
#X text 12 105 OUTLET_0 float;
#X text 12 5 KEYWORDS control random;
#X text 12 65 INLET_0 bang;
#X text 12 85 INLET_1 float;
#X text 12 45 DESCRIPTION Cauchy distributed random numbers;
#X text 12 145 MAINTAINER Fred Jan Kraan <fjkraan@xs4all.nl>;
#X restore 502 453 pd META;
#X text 107 323 bang;
#X text 163 323 - calculate next output value;
#X obj 79 352 cnv 17 3 17 empty empty 1 5 9 0 16 -228856 -162280 0
;
#X text 107 351 float;
#X obj 79 392 cnv 17 3 17 empty empty 0 5 9 0 16 -228856 -162280 0
;
#X text 107 392 float;
#X text 163 392 - random number;
#X obj 77 101 bng 20 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X floatatom 77 287 8 0 0 0 - - -, f 8;
#X floatatom 176 107 5 0 0 0 - - -, f 5;
#N canvas 0 50 450 250 (subpatch) 0;
#X array \$0-a1 100 float 2;
#X coords 0 2 100 -2 200 140 1 0 0;
#X restore 349 161 graph;
#X obj 142 284 tabwrite \$0-a1;
#X obj 223 262 f 0;
#X obj 249 263 + 1;
#X obj 142 240 t f b;
#X msg 223 239 0;
#X obj 77 74 metro 100;
#X obj 77 53 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
;
#X text 249 239 restart;
#X text 339 157 2;
#X text 333 287 -2;
#X text 8 23 Cauchy distributed random numbers;
#X obj 506 4 cauchy;
#X obj 77 167 maxlib/cauchy 0.5;
#X text 96 425 arg1: default alpha;
#X text 162 350 - alpha (governs spread);
#X connect 15 0 31 0;
#X connect 17 0 31 1;
#X connect 20 0 21 0;
#X connect 20 0 19 1;
#X connect 21 0 20 1;
#X connect 22 0 19 0;
#X connect 22 1 20 0;
#X connect 23 0 20 0;
#X connect 24 0 15 0;
#X connect 25 0 24 0;
#X connect 31 0 16 0;
#X connect 31 0 22 0;