-
Notifications
You must be signed in to change notification settings - Fork 0
/
file.audioload-help.pd
36 lines (36 loc) · 1.03 KB
/
file.audioload-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
#N canvas 522 23 467 433 10;
#X obj 39 248 file.audioload;
#X obj 38 65 text define -k sample-list;
#A set _samples/amen.wav \; _samples/dummy.wav \; _samples/satie.wav
\;;
#X obj 38 44 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 52 197 print;
#X obj 39 174 text get sample-list;
#X floatatom 39 153 5 0 0 0 - - -, f 5;
#X msg 41 328 3;
#X text 76 327 <-- number of tables to create;
#X msg 51 222 reset;
#X text 142 246 <-- file audio files in arrays;
#X text 150 352 <-- create arrays;
#X obj 38 21 loadbang;
#X text 206 65 <-- saved paths to audio;
#X obj 39 131 f;
#X obj 67 131 + 1;
#X obj 39 108 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X text 63 108 <-- load files to arrays one by one;
#X floatatom 39 272 15 0 0 0 - - -, f 15;
#X obj 41 353 file.autoarrays;
#X connect 0 0 17 0;
#X connect 2 0 1 0;
#X connect 4 0 3 0;
#X connect 4 0 0 0;
#X connect 5 0 4 0;
#X connect 6 0 18 0;
#X connect 8 0 0 0;
#X connect 11 0 2 0;
#X connect 13 0 14 0;
#X connect 13 0 5 0;
#X connect 14 0 13 1;
#X connect 15 0 13 0;