aboutsummaryrefslogtreecommitdiff
path: root/fadeinout-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 04:28:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-22 04:28:47 +0000
commit068bc1474e2a16957787818df31ce4fa1da4358a (patch)
treea4c8ba77c4fa7f6196a45495dcb77e8a557dda6a /fadeinout-help.pd
parent446d8c6b051f74751943654998b7fe34b5fca9d6 (diff)
added object for doing a fade-in-out line
svn path=/trunk/externals/framesync/; revision=14470
Diffstat (limited to 'fadeinout-help.pd')
-rw-r--r--fadeinout-help.pd24
1 files changed, 24 insertions, 0 deletions
diff --git a/fadeinout-help.pd b/fadeinout-help.pd
new file mode 100644
index 0000000..4ac44d0
--- /dev/null
+++ b/fadeinout-help.pd
@@ -0,0 +1,24 @@
+#N canvas 648 414 404 386 10;
+#X floatatom 80 212 9 0 0 0 - - -;
+#X obj 83 239 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144
+-1 -1 0 1;
+#X obj 83 68 frameclock 100;
+#X floatatom 230 212 9 0 0 0 - - -;
+#X obj 233 239 hsl 128 15 0 1 0 0 empty empty empty -2 -8 0 10 -262144
+-1 -1 0 1;
+#X obj 80 184 fadeinout 10 20 40 50;
+#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 obj 230 184 fadeinout 25 40 90 95;
+#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 connect 0 0 1 0;
+#X connect 3 0 4 0;
+#X connect 5 0 0 0;
+#X connect 8 0 3 0;