-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_auto.pd
More file actions
35 lines (35 loc) · 803 Bytes
/
Copy pathtest_auto.pd
File metadata and controls
35 lines (35 loc) · 803 Bytes
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 0 0 600 420 12;
#X obj 50 20 loadbang;
#X obj 50 50 delay 500;
#X msg 50 80 recinput;
#X obj 50 110 delay 100;
#X msg 50 140 record 1;
#X obj 50 170 delay 3000;
#X msg 50 200 record 0;
#X obj 50 230 delay 500;
#X msg 50 260 save /tmp/ligase_test.wav;
#X obj 50 290 delay 500;
#X msg 50 320 \; pd quit;
#X obj 380 20 noise~;
#X obj 300 60 ligase~;
#X obj 300 100 dac~ 1 2;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 0 3 0;
#X connect 2 0 12 0;
#X connect 3 0 4 0;
#X connect 3 0 5 0;
#X connect 4 0 12 0;
#X connect 5 0 6 0;
#X connect 5 0 7 0;
#X connect 6 0 12 0;
#X connect 7 0 8 0;
#X connect 7 0 9 0;
#X connect 8 0 12 0;
#X connect 9 0 10 0;
#X msg 200 50 \; pd dsp 1;
#X connect 0 0 14 0;
#X connect 11 0 12 0;
#X connect 11 0 12 1;
#X connect 12 0 13 0;
#X connect 12 1 13 1;