aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--log10-help.pd9
-rw-r--r--log10.pd15
2 files changed, 24 insertions, 0 deletions
diff --git a/log10-help.pd b/log10-help.pd
new file mode 100644
index 0000000..0ac0a13
--- /dev/null
+++ b/log10-help.pd
@@ -0,0 +1,9 @@
+#N canvas 0 0 704 342 10;
+#X obj 180 148 log10;
+#X floatatom 180 128 5 0 0 0 - - -;
+#X floatatom 180 173 5 0 0 0 - - -;
+#X text 65 71 log10 returns the base 10 logarithm of its input. Input
+has to be positive.;
+#X text 107 221 log10(n) == ln(n)/ln(10);
+#X connect 0 0 2 0;
+#X connect 1 0 0 0;
diff --git a/log10.pd b/log10.pd
new file mode 100644
index 0000000..54cdfd9
--- /dev/null
+++ b/log10.pd
@@ -0,0 +1,15 @@
+#N canvas 0 0 450 300 10;
+#X obj 127 128 log;
+#X msg 171 130 10;
+#X obj 171 155 log;
+#X obj 127 182 /;
+#X obj 171 107 loadbang;
+#X obj 127 214 outlet;
+#X obj 127 81 inlet;
+#X text 242 186 log10(n) == ln(n)/ln(10);
+#X connect 0 0 3 0;
+#X connect 1 0 2 0;
+#X connect 2 0 3 1;
+#X connect 3 0 5 0;
+#X connect 4 0 1 0;
+#X connect 6 0 0 0;