aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/log~-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 01:46:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 01:46:47 +0000
commit4c4069650ffd96fc87ae52696c9ed7c547d43e00 (patch)
tree78bc950c9697714e932a23ab95116e6ac95d23bb /externals/vanilla/log~-help.pd
parent103e9a7ddb873688a38bd8fd46d3fc8788e18b5b (diff)
copied relevant help patches from tags/pd/0.42-6/doc/5.reference
svn path=/trunk/; revision=14602
Diffstat (limited to 'externals/vanilla/log~-help.pd')
-rw-r--r--externals/vanilla/log~-help.pd26
1 files changed, 26 insertions, 0 deletions
diff --git a/externals/vanilla/log~-help.pd b/externals/vanilla/log~-help.pd
new file mode 100644
index 00000000..fdad98d2
--- /dev/null
+++ b/externals/vanilla/log~-help.pd
@@ -0,0 +1,26 @@
+#N canvas 299 273 531 296 10;
+#X obj 19 103 sig~;
+#X obj 50 167 loadbang;
+#X obj 50 191 metro 100;
+#X obj 50 215 snapshot~;
+#X floatatom 19 79 5 0 0 0 - - -;
+#X obj 60 103 sig~;
+#X floatatom 60 79 5 0 0 0 - - -;
+#X floatatom 50 240 7 0 0 0 - - -;
+#X text 316 257 updated for Pd version 0.42.;
+#X obj 21 14 log~;
+#X text 60 14 - logarithms;
+#X text 76 31 computes the logarithm of the left inlet \, to the base
+'e' (about 2.718) \, or to another base specified by the inlet or a
+cration argument.;
+#X obj 20 132 log~ 2;
+#X text 83 131 <-- optional creation argument initializes right inlet
+(the base of the logarithm).;
+#X connect 0 0 12 0;
+#X connect 1 0 2 0;
+#X connect 2 0 3 0;
+#X connect 3 0 7 0;
+#X connect 4 0 0 0;
+#X connect 5 0 12 1;
+#X connect 6 0 5 0;
+#X connect 12 0 3 0;