aboutsummaryrefslogtreecommitdiff
path: root/shuffle-help.pd
blob: 6f3240d9794a5d9c75cf5b7bd04535c55dd1afc4 (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
#N canvas 0 31 717 307 10;
#X floatatom 169 127 4 0 0 0 - - -;
#X floatatom 252 124 4 0 0 0 - - -;
#X floatatom 302 124 4 0 0 0 - - -;
#X floatatom 169 210 4 0 0 0 - - -;
#X msg 81 83 bang;
#X text 379 140 Argument 2: upper limit;
#X text 378 63 Shuffle;
#X text 379 158 Argument 3: fraction of the end of a series;
#X text 167 94 lower;
#X text 252 105 upper;
#X text 302 105 frac;
#X text 379 122 Argument 1: lower limit;
#X text 130 105 (activate changes);
#X text 379 176 and beginning of next (after reshuffle);
#X text 55 47 output shuffled;
#X text 55 65 integer series;
#X obj 169 169 shuffle -1 5 0.25;
#X text 379 194 where no repetitions occur (range betwwen 0 & 0.5)
;
#X text 379 86 A no-repeat random number generator;
#X text 378 105 shuffles a nuber series;
#X text 448 258 IM 2001;
#N canvas 649 250 494 344 META 0;
#X text 12 165 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
Wilkes for Pd version 0.42.;
#X text 12 25 LICENSE GPL;
#X text 12 145 AUTHOR Iain Mott (iain.mott@bigpond.com);
#X text 12 45 DESCRIPTION a no-repeat random number generator;
#X text 12 5 KEYWORDS control random;
#X text 12 65 INLET_0 bang float;
#X text 12 85 INLET_1 float;
#X text 12 105 INLET_2 float;
#X text 12 125 OUTLET_0 float;
#X restore 656 281 pd META;
#X connect 0 0 16 0;
#X connect 1 0 16 1;
#X connect 2 0 16 2;
#X connect 4 0 16 0;
#X connect 16 0 3 0;