aboutsummaryrefslogtreecommitdiff
path: root/rc~/rc~-help.pd
diff options
context:
space:
mode:
authorMartin Peach <mrpeach@users.sourceforge.net>2010-03-15 21:24:35 +0000
committerMartin Peach <mrpeach@users.sourceforge.net>2010-03-15 21:24:35 +0000
commit5e3a338b129e9ce6b5369c829ccd7290ed53c7e7 (patch)
treedb0e8db43c0aad73955a046b1f2453107cc80339 /rc~/rc~-help.pd
parentfc59cf402f250e398efa5691dae8f76085d807ca (diff)
An external that emulates an RC timer, similar to lop~ but good for envelope generation.
svn path=/trunk/externals/mrpeach/; revision=13207
Diffstat (limited to 'rc~/rc~-help.pd')
-rw-r--r--rc~/rc~-help.pd27
1 files changed, 27 insertions, 0 deletions
diff --git a/rc~/rc~-help.pd b/rc~/rc~-help.pd
new file mode 100644
index 0000000..3222b7e
--- /dev/null
+++ b/rc~/rc~-help.pd
@@ -0,0 +1,27 @@
+#N canvas 632 273 450 377 10;
+#X obj 52 180 dac~;
+#X obj 53 143 *~;
+#X obj 52 79 tgl 15 0 empty empty empty 17 7 0 10 -4034 -13381 -1 0
+1;
+#X obj 79 79 nbx 5 14 0 1e+37 0 1 empty empty seconds 60 8 0 10 -4034
+-13381 -13381 0.73 256;
+#X obj 52 57 metro 1000;
+#X obj 52 36 tgl 15 0 empty empty empty 17 7 0 10 -4034 -13381 -1 1
+1;
+#X obj 52 99 rc~ 1;
+#X text 191 167 Author: Martin Peach;
+#X text 191 186 2010/03/15;
+#X obj 67 121 noise~;
+#X obj 136 230 lop~;
+#X text 63 230 similar to:;
+#X text 49 -22 rc~ emulates a capacitor charging through a resistor.
+The creation argument can be overriden by the right inlet \, and represents
+a charging time constant in seconds.;
+#X connect 1 0 0 0;
+#X connect 1 0 0 1;
+#X connect 2 0 6 0;
+#X connect 3 0 6 1;
+#X connect 4 0 2 0;
+#X connect 5 0 4 0;
+#X connect 6 0 1 0;
+#X connect 9 0 1 1;