aboutsummaryrefslogtreecommitdiff
path: root/ext13-help.pd
blob: 8960f5b19e7bf60ee4b58287d890b2853e7910c3 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#N canvas 165 0 804 625 10;
#X obj 59 150 send13~ foo;
#X obj 52 176 receive13~ foo;
#X msg 236 122 set barfuss;
#X text 13 82 send13~ \, receive13~ and catch13~ \, throw13~ are equivalent
to s~ r~ catch~ throw~ \, but accept set messages.;
#X obj 15 323 filesize;
#X msg 15 297 symbol /boot/vmlinuz;
#X obj 15 350 print;
#X text 81 324 =;
#X obj 99 325 fsize;
#X text 140 153 =;
#X text 163 143 =;
#X obj 363 148 c13~;
#X obj 353 195 t13~;
#X text 334 195 =;
#X text 348 145 =;
#X text 14 275 filesize gives you: guess what;
#X floatatom 255 292 4 0 0;
#X msg 255 341 set \$1;
#X msg 255 365 5;
#X obj 255 317 ftos 3;
#X text 255 241 ftos: float to symbol;
#X floatatom 292 293 4 0 0;
#X text 254 256 right argument for number of digits;
#X text 13 23 most of them are not well done/tested and need more work
for seriuos usage.;
#X text 13 9 ext13: some extrnals i wrote for my own needs;
#X obj 16 562 piperead~;
#X obj 16 589 pipewrite~;
#X text 13 524 like sfread and sfwrite \, but non-blocking;
#X text 13 540 good for use with external programs (e.g. mpg123 > pipe)
;
#X obj 14 392 strippath;
#X text 13 372 strip a path from a filename;
#X obj 15 451 wavinfo;
#X obj 44 198 receive13~ foo;
#X obj 427 574 openpatch;
#X text 499 575 =;
#X obj 520 576 opa;
#X msg 485 548 symbol /usr/local/pd/ext13/;
#X msg 427 526 symbol help.pd;
#X text 427 508 that you can also use a message for the same result
;
#X text 426 493 when i wrote this object \, i didn`t realize;
#X msg 25 123 set furchtbar;
#X text 157 176 =;
#X obj 465 178 streamin13~ 8008 4;
#X obj 465 203 streamout13~ localhost 8008 4;
#X text 462 104 streamin13~/out13~ :;
#X text 461 118 like streamin~/out~ from ggee but;
#X text 461 132 for multiple channels;
#X text 462 146 and reduced udp-traffic;
#X text 463 161 warning: not well tested;
#X obj 250 146 catch13~ bar;
#X obj 245 168 throw13~ bar;
#X obj 236 193 throw13~ bar;
#X obj 543 318 mandelbrot;
#X obj 543 340 mandelbrot~;
#X text 542 244 mandelbrot & mandelbrot~;
#X text 541 257 z = z*z +c;
#X text 542 270 you can use it for gem;
#X text 541 285 maybe you can also find another useful app \; );
#X text 255 271 useful in combination with makefilename;
#X text 13 50 contact: dieb13@klingt.org;
#X text 14 420 get #samples \, channels \, bitspersample \, samplerate
of a wavfile;
#X obj 422 397 adc~;
#X obj 421 449 dac~;
#X obj 421 423 scramble~ 2;
#X text 511 423 big fun with spoken words or beats;
#X obj 17 499 uzi;
#X text 46 500 =;
#X obj 62 500 kalashnikov;
#X text 15 479 uzi like in max for multibang;
#X obj 380 319 ossmixer;
#X text 359 302 a simple oss mixer;
#X obj 33 222 receive13 foo;
#X text 133 221 =;
#X obj 144 221 r13 foo;
#X obj 168 176 r13~ foo;
#X obj 158 151 s13~ foo;
#X text 103 247 =;
#X obj 25 246 send13 foo;
#X obj 114 247 s13 foo;
#X text 353 344 a simple atapi-cdplayer;
#X obj 380 361 cdplayer;
#X msg 327 326 eject;
#X connect 2 0 49 0;
#X connect 2 0 50 0;
#X connect 2 0 51 0;
#X connect 4 0 6 0;
#X connect 5 0 4 0;
#X connect 16 0 19 0;
#X connect 17 0 18 0;
#X connect 19 0 17 0;
#X connect 21 0 19 1;
#X connect 36 0 33 1;
#X connect 37 0 33 0;
#X connect 40 0 0 0;
#X connect 40 0 1 0;
#X connect 40 0 32 0;
#X connect 40 0 71 0;
#X connect 40 0 77 0;
#X connect 61 0 63 0;
#X connect 61 1 63 1;
#X connect 63 0 62 0;
#X connect 63 1 62 1;
#X connect 81 0 80 0;