-
Notifications
You must be signed in to change notification settings - Fork 1
/
frandom-help.pd
30 lines (30 loc) · 907 Bytes
/
frandom-help.pd
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
#N canvas 0 23 450 300 10;
#X floatatom 230 112 5 0 0 0 - - -;
#X obj 233 62 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X floatatom 297 66 5 0 0 0 - - -;
#X floatatom 59 109 5 0 0 0 - - -;
#X obj 58 59 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X text 43 41 default is 1:;
#X msg 137 172 seed 451;
#X floatatom 221 229 5 0 0 0 - - -;
#X obj 224 179 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
#X floatatom 313 186 5 0 0 0 - - -;
#X text 203 159 2nd argument is seed;
#X text 160 17 generate random float 0-argument/2nd inlet;
#X text 29 250 also see:;
#X obj 45 271 markex/randomF;
#X obj 234 87 ./frandom 500;
#X obj 225 204 ./frandom 500 451;
#X obj 59 84 ./frandom;
#X connect 1 0 14 0;
#X connect 2 0 14 1;
#X connect 4 0 16 0;
#X connect 6 0 15 0;
#X connect 8 0 15 0;
#X connect 9 0 15 1;
#X connect 14 0 0 0;
#X connect 15 0 7 0;
#X connect 16 0 3 0;