aboutsummaryrefslogtreecommitdiff
path: root/examples/sf-play_record.pd
blob: d44b65e1592dd1b41bbcdd24f4653060c921bf8e (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#N canvas 153 6 588 488 10;
#X obj 436 382 sfplay 2;
#X obj 38 385 sfrecord 2;
#X msg 436 200 help;
#X obj 436 412 dac~;
#X msg 436 226 open test.raw l;
#X msg 436 249 start;
#X msg 485 249 bang;
#X msg 525 249 1;
#X msg 436 272 stop;
#X msg 525 272 0;
#X msg 436 321 goto 100;
#X msg 436 298 rewind;
#X msg 495 410 done;
#X obj 495 435 print;
#X msg 38 201 help;
#X msg 38 250 start;
#X msg 38 274 stop;
#X msg 38 298 close;
#X msg 38 226 open test.raw l;
#X msg 38 323 bang;
#X floatatom 38 411;
#X text 72 411 status (1-recording / 0-not_recording);
#X obj 45 361 osc~ 100;
#X obj 113 361 osc~ 578;
#X msg 436 347 close;
#X text 122 47 a little harddisk-recording system;
#X text 77 324 retrigger status-output;
#X text 261 224 <name> <endianity>;
#X text 205 226 open;
#X text 135 385 sfrecord/sfplay <num. of channels>;
#X text 53 77 this makes it possible to do multi-track recordings;
#X text 52 92 up to now \, the "sfrecord" only supports .RAW format;
#X text 51 107 "sfplay" can skip any header \, if you know it's size:: just call "sfplay <num.of.chan> <skip.bytes>;
#X connect 0 0 3 0;
#X connect 0 1 3 1;
#X connect 0 2 12 0;
#X connect 1 0 20 0;
#X connect 2 0 0 0;
#X connect 4 0 0 0;
#X connect 5 0 0 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
#X connect 8 0 0 0;
#X connect 9 0 0 0;
#X connect 10 0 0 0;
#X connect 11 0 0 0;
#X connect 12 0 13 0;
#X connect 14 0 1 0;
#X connect 15 0 1 0;
#X connect 16 0 1 0;
#X connect 17 0 1 0;
#X connect 18 0 1 0;
#X connect 19 0 1 0;
#X connect 22 0 1 0;
#X connect 23 0 1 1;
#X connect 24 0 0 0;