aboutsummaryrefslogtreecommitdiff
path: root/fadeinout~-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 04:33:17 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 04:33:17 +0000
commit136bd4f8ccaa56bda77e4a9c48ca362cbe28c00d (patch)
treec083de476b8238225a810afd7b95735e480d22ae /fadeinout~-help.pd
parent068bc1474e2a16957787818df31ce4fa1da4358a (diff)
added object for doing a fade-in-out on a signal
svn path=/trunk/externals/framesync/; revision=14471
Diffstat (limited to 'fadeinout~-help.pd')
-rw-r--r--fadeinout~-help.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/fadeinout~-help.pd b/fadeinout~-help.pd
new file mode 100644
index 0000000..d3323d2
--- /dev/null
+++ b/fadeinout~-help.pd
@@ -0,0 +1,26 @@
+#N canvas 648 414 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;