aboutsummaryrefslogtreecommitdiff
path: root/fadeinout~-help.pd
blob: c0995248783313dd71bb0201511a7014c4c05a37 (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
#N canvas 189 78 404 386 10;
#X obj 83 68 frameclock 100;
#X text 33 16 Generate a 0-to-1-to-0 envelope based on frame numbers
\, outputting once per frame.;
#X text 31 285 the first argument/inlet sets the start frame of fade-in
;
#X text 31 344 the fourth argument/inlet sets the end frame of fade-out
;
#X text 31 325 the third argument/inlet sets the start frame of fade-out
;
#X text 31 304 the second argument/inlet sets the end frame of fade-in
;
#X obj 50 149 osc~ 300;
#X obj 200 150 noise~;
#X obj 50 199 *~ 0.1;
#X obj 143 243 dac~;
#X obj 200 199 *~ 0.1;
#X text 33 265 the inlet~ is for the audio to be faded in and out;
#X obj 200 174 fadeinout~ 5 40 90 95;
#X obj 50 174 fadeinout~ 10 20 40 95;
#X connect 6 0 13 0;
#X connect 7 0 12 0;
#X connect 8 0 9 0;
#X connect 10 0 9 1;
#X connect 12 0 10 0;
#X connect 13 0 8 0;