-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathof.oscillo~-help.pd
54 lines (54 loc) · 1.65 KB
/
of.oscillo~-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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#N canvas 349 189 630 477 12;
#X declare -lib ofelia;
#X obj 9 10 cnv 15 600 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 27 89 of.draw;
#X obj 462 45 declare -lib ofelia;
#X msg 422 214 orientation 45 0 0;
#X msg 422 193 position 0 100 -100;
#X text 422 171 transformation;
#X msg 67 260 stroke 4;
#X msg 422 258 lookat 180 120 60;
#X msg 65 210 width 500;
#X msg 65 184 buffer;
#X text 25 20 Draw an oscilloscope of an audio signal;
#X text 123 384 <- audio signal;
#X msg 68 284 time 500;
#X obj 52 119 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X msg 295 377 dsp 1;
#X obj 295 405 s pd;
#X obj 295 351 loadbang;
#X text 121 184 fill the buffer once (when active off);
#X obj 518 19 of.window 1;
#X obj 497 21 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 343 381 -> turn on Digital Sound Processing, f 13;
#X obj 27 401 of.oscillo~ 1;
#X text 149 155 buffer size in sample (default 100);
#X msg 66 235 height 400;
#X msg 422 236 scale 4 2 2;
#X msg 69 314 debug 1;
#X obj 115 363 noise~;
#X msg 65 156 resize 1024;
#X text 24 40 Arguments(5): active \, buffersize \, width \, height
\, strokewidth;
#X text 149 209 draw width (default 100);
#X text 149 235 draw height (default 100);
#X text 149 260 strokewidth (default 1);
#X text 136 283 refresh time (default 40ms);
#X text 72 116 compute audio: digital sound processing (dsp) should
be on! (default 0), f 75;
#X connect 1 0 21 0;
#X connect 6 0 21 0;
#X connect 8 0 21 0;
#X connect 9 0 21 0;
#X connect 12 0 21 0;
#X connect 13 0 21 0;
#X connect 14 0 15 0;
#X connect 16 0 14 0;
#X connect 19 0 18 0;
#X connect 23 0 21 0;
#X connect 25 0 21 0;
#X connect 26 0 21 1;
#X connect 27 0 21 0;