aboutsummaryrefslogtreecommitdiff
path: root/puremapping/curve_draw-help.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2009-04-10 17:52:07 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2009-04-10 17:52:07 +0000
commit779b45410e8c76b2984d26823e97310c7601b38f (patch)
treec3fea5dab11bd7b6285f7764efc518657f626eb9 /puremapping/curve_draw-help.pd
parentbf86048f7010a51cbfe50c9f417f7cf8dbb2b8c0 (diff)
initial commit of the puremapping abstraction collection
svn path=/trunk/abstractions/nusmuk/; revision=11004
Diffstat (limited to 'puremapping/curve_draw-help.pd')
-rw-r--r--puremapping/curve_draw-help.pd12
1 files changed, 12 insertions, 0 deletions
diff --git a/puremapping/curve_draw-help.pd b/puremapping/curve_draw-help.pd
new file mode 100644
index 0000000..863a370
--- /dev/null
+++ b/puremapping/curve_draw-help.pd
@@ -0,0 +1,12 @@
+#N canvas 634 355 394 367 10;
+#X floatatom 34 126 5 -1 1 0 - - -;
+#X floatatom 34 280 9 0 0 0 - - -;
+#X obj 34 144 curve_draw test 100;
+#X text 125 15 draw the in / out relation;
+#X text 31 51 arg 1 : name of the file to save the curve;
+#X text 31 64 arg 2 : size of the table;
+#X text 85 125 input (0 to 1);
+#X text 107 277 out (0 to 1);
+#X text 50 320 The mapping curve is symetric. i.e f(-x)=-f(x);
+#X connect 0 0 2 0;
+#X connect 2 0 1 0;