-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_final.pd
More file actions
40 lines (40 loc) · 1.07 KB
/
test_final.pd
File metadata and controls
40 lines (40 loc) · 1.07 KB
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 0 450 300 12;
#X obj 50 20 loadbang;
#N canvas 0 0 450 300 (subpatch) 0;
#X array myarray 1000 float 2;
#X coords 0 1 1000 -1 200 140 1;
#X restore 250 20 graph;
#X obj 50 50 t b b b b;
#X msg 50 90 0 0.5 100 \, 100 -0.5 100 \, 200 0.8 100 \, 300 -0.8 100;
#X obj 50 120 line~;
#X obj 50 150 tabwrite~ myarray;
#X msg 100 90 bang;
#X obj 50 180 delay 200;
#X msg 50 210 write test_final.wav myarray;
#X obj 50 240 soundfiler;
#X obj 50 270 print SAMPLES_WRITTEN;
#X obj 50 300 delay 100;
#N canvas 0 0 450 300 (subpatch) 0;
#X array myarray2 1000 float 2;
#X coords 0 1 1000 -1 200 140 1;
#X restore 250 180 graph;
#X msg 50 330 read test_final.wav myarray2;
#X obj 50 360 soundfiler;
#X obj 50 390 print SAMPLES_LOADED;
#X obj 50 420 delay 100;
#X msg 50 450 \; pd quit;
#X connect 0 0 2 0;
#X connect 2 0 3 0;
#X connect 2 1 6 0;
#X connect 2 2 7 0;
#X connect 2 3 11 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 6 0 5 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
#X connect 11 0 13 0;
#X connect 13 0 14 0;
#X connect 14 0 15 0;
#X connect 16 0 17 0;