aboutsummaryrefslogtreecommitdiff
path: root/circular_seat.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-03 04:56:27 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-03 04:56:27 +0000
commitc35034750b3b8ecc449ba5eae80ce22b6a48ff09 (patch)
tree40ae164e41784d2456b33497de36bf5c9e01ce37 /circular_seat.pd
parent98ab064a48bca2b091db32de9c9f18c5bb883e31 (diff)
created Double-Circular Seat object and help file
svn path=/trunk/externals/mapping/; revision=7541
Diffstat (limited to 'circular_seat.pd')
-rw-r--r--circular_seat.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/circular_seat.pd b/circular_seat.pd
new file mode 100644
index 0000000..c2c5f76
--- /dev/null
+++ b/circular_seat.pd
@@ -0,0 +1,20 @@
+#N canvas 508 166 591 444 10;
+#X obj 62 10 inlet;
+#X obj 195 405 outlet;
+#X obj 240 10 loadbang;
+#X obj 167 9 inlet;
+#X obj 167 50 purepd/float_argument \$1;
+#X obj 131 114 moses;
+#X obj 14 208 expr sqrt(pow($f2 \, 2) - pow($f1 - $f2 \, 2));
+#X obj 273 208 expr 1 - sqrt(pow(1 - $f2 \, 2) - pow($f1 - $f2 \, 2))
+;
+#X connect 0 0 5 0;
+#X connect 2 0 4 0;
+#X connect 3 0 4 0;
+#X connect 4 0 5 1;
+#X connect 4 0 6 1;
+#X connect 4 0 7 1;
+#X connect 5 0 6 0;
+#X connect 5 1 7 0;
+#X connect 6 0 1 0;
+#X connect 7 0 1 0;