aboutsummaryrefslogtreecommitdiff
path: root/pd/reverse.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-03-21 16:18:14 +0000
commit57b74403674f1079c5aee4d7071c956a3e045bff (patch)
treee84914e99cfa464402030657543c5185494216d2 /pd/reverse.pd
parent8eef482ed0504a80218aab09a5b955592f6259d5 (diff)
moved pd patches out of the separate 'pd' folder into the root of this project so that its easy to make the development environment match the final install environment
svn path=/trunk/externals/mapping/; revision=4747
Diffstat (limited to 'pd/reverse.pd')
-rw-r--r--pd/reverse.pd13
1 files changed, 0 insertions, 13 deletions
diff --git a/pd/reverse.pd b/pd/reverse.pd
deleted file mode 100644
index 53f6969..0000000
--- a/pd/reverse.pd
+++ /dev/null
@@ -1,13 +0,0 @@
-#N canvas 360 364 385 311 10;
-#X obj 70 32 inlet;
-#X obj 84 249 outlet;
-#X text 140 249 output range: 0 to 1;
-#X text 118 32 input range: 0 to 1;
-#X obj 84 142 -;
-#X msg 70 122 1;
-#X obj 70 103 t b f;
-#X connect 0 0 6 0;
-#X connect 4 0 1 0;
-#X connect 5 0 4 0;
-#X connect 6 0 5 0;
-#X connect 6 1 4 1;