-
Notifications
You must be signed in to change notification settings - Fork 0
/
delta-help.pd
executable file
·41 lines (41 loc) · 1.03 KB
/
delta-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
31
32
33
34
35
36
37
38
39
40
41
#N canvas 669 147 486 476 12;
#X obj 240 204 delta;
#X obj 240 259 list trim;
#X obj 240 232 list prepend add2;
#X msg 267 299 set;
#X obj 240 120 until;
#X msg 240 64 10;
#X obj 240 149 random 11;
#X obj 240 174 - 5;
#X obj 41 257 list trim;
#X obj 41 230 list prepend add2;
#X msg 41 339 -4 -2 3 -3 -2 4 -2 5 -3 0;
#X msg 134 294 set;
#X text 41 408 (c) 2017 AChim Bornhoeft;
#X text 46 22 Calulating intervals between incoming numbers;
#X text 40 366 incoming numbers;
#X text 246 360 corresponding intervals;
#X obj 240 90 t f b b;
#X msg 286 120 0;
#X msg 238 338 -4 -2 3 -3 -2 4 -2 5 -3 0;
#X obj 237 392 list split 1;
#X listbox 277 424 24 0 0 0 - - - 0;
#X connect 0 0 2 0;
#X connect 1 0 18 0;
#X connect 2 0 1 0;
#X connect 3 0 18 0;
#X connect 4 0 6 0;
#X connect 5 0 16 0;
#X connect 6 0 7 0;
#X connect 7 0 0 0;
#X connect 7 0 9 0;
#X connect 8 0 10 0;
#X connect 9 0 8 0;
#X connect 11 0 10 0;
#X connect 16 0 4 0;
#X connect 16 1 11 0;
#X connect 16 1 3 0;
#X connect 16 2 17 0;
#X connect 17 0 0 0;
#X connect 18 0 19 0;
#X connect 19 1 20 0;