-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabs_euclid.pd
35 lines (35 loc) · 1011 Bytes
/
abs_euclid.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
31
32
33
34
35
#N canvas 524 157 813 482 10;
#X obj 212 54 inlet longueur;
#X obj 341 54 inlet hits;
#X obj 443 54 inlet offset;
#X obj 109 54 inlet test;
#X obj 109 334 outlet;
#X obj 109 255 select 1;
#X obj 109 116 mod \$1;
#X obj 109 155 + \$3;
#X obj 109 181 * \$2;
#X obj 109 206 % \$1;
#X obj 109 231 < \$2;
#X text 247 288 inlet 1 : nombre a tester;
#X text 247 304 inlet 2 : longueur de la mesure;
#X text 247 321 inlet 3 : nombre de coups;
#X text 247 339 inlet 4 : décalage (offset);
#X text 247 217 https://forum.pdpatchrepo.info/topic/5188/euclidean-rhythms/7#
, f 65;
#X text 246 188 Rythmes euclidiens;
#X text 246 202 D'apres l'algorithme propose par Stutter dans la discussion
;
#X text 246 249 voir http://cgm.cs.mcgill.ca/~godfried/publications/banff.pdf
, f 62;
#X connect 0 0 6 1;
#X connect 0 0 9 1;
#X connect 1 0 8 1;
#X connect 1 0 10 1;
#X connect 2 0 7 1;
#X connect 3 0 6 0;
#X connect 5 0 4 0;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
#X connect 10 0 5 0;