-
Notifications
You must be signed in to change notification settings - Fork 1
/
blsqri~-help.pd
36 lines (36 loc) · 1.14 KB
/
blsqri~-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 42 174 751 505 10;
#X obj 456 324 ./oscope~;
#X obj 245 134 mtof;
#X floatatom 250 99 5 0 0 0 - - -;
#X text 228 31 same as blsqr~ except that it also outputs bandlimited
triangle wave out of 2nd outlet;
#X msg 451 82 0;
#X floatatom 499 68 5 0 0 0 - - -;
#X msg 414 79 0.45;
#X floatatom 532 92 5 0 0 0 - - -;
#X text 70 451 things can get out of hand if you modulate the phase
too quick..;
#X obj 454 186 ./oscope~;
#X text 37 345 note: changed behavior - up to shadylib 2.1.3 if the
second argument was present the 2nd inlet would be non-functional.
This is not the case anymore thanks to new inlet~ capabilities: default
pulse-width is 0.5 \, which is overridden by the 1st argument \, which
is overridden by the 2nd signal inlet;
#X obj 349 120 ./operator~ 0.45 0.5 0.5;
#X obj 246 159 ./smoother~;
#X obj 257 218 ./blsqri~;
#X obj 259 254 ./outputc~;
#X obj 321 62 ./smoother~;
#X connect 1 0 12 0;
#X connect 2 0 1 0;
#X connect 4 0 11 1;
#X connect 5 0 11 1;
#X connect 6 0 11 1;
#X connect 7 0 11 2;
#X connect 11 0 13 1;
#X connect 12 0 13 0;
#X connect 13 0 9 0;
#X connect 13 1 0 0;
#X connect 13 1 14 0;
#X connect 13 1 14 1;
#X connect 15 0 11 0;