aboutsummaryrefslogtreecommitdiff
path: root/curve_log.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 05:43:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-29 05:43:33 +0000
commit043dfe0ae677c018cde28cb84e1abe5ae1fe5205 (patch)
tree006c85f3a511ad7e94f849372b29fb4d96f02245 /curve_log.pd
this is the first checkin for the new mapping lib, which is a join effort of Cyrille and Hans. We are combining Cyrille's ds_/datastream classes with my hid_* classes, and I think Cyrille has drawn on the La-Kitchen classes for working with sensors.svn2git-root
svn path=/trunk/externals/mapping/; revision=4514
Diffstat (limited to 'curve_log.pd')
-rw-r--r--curve_log.pd11
1 files changed, 11 insertions, 0 deletions
diff --git a/curve_log.pd b/curve_log.pd
new file mode 100644
index 0000000..297f5f8
--- /dev/null
+++ b/curve_log.pd
@@ -0,0 +1,11 @@
+#N canvas 297 485 422 322 10;
+#X obj 31 45 inlet;
+#X obj 31 282 outlet;
+#X text 79 45 input range: 0 to 1;
+#X text 87 282 output range: 0 to 1;
+#X text 9 5 [hid_log];
+#X obj 30 145 rmstodb;
+#X obj 30 175 / 100;
+#X connect 0 0 5 0;
+#X connect 5 0 6 0;
+#X connect 6 0 1 0;