aboutsummaryrefslogtreecommitdiff
path: root/pwm~.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-25 15:42:59 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-25 15:42:59 +0000
commitb0b9dfa119f006dcc30aace0774a690f41350597 (patch)
tree137ea6b106dfdb4801a18d35b73b50675f64993b /pwm~.pd
parent1cab1ae3011c665850266da0f0ecec3f04f56510 (diff)
updated to use purepd style; fixed up help and added link
svn path=/trunk/externals/hcs/; revision=5124
Diffstat (limited to 'pwm~.pd')
-rw-r--r--pwm~.pd29
1 files changed, 16 insertions, 13 deletions
diff --git a/pwm~.pd b/pwm~.pd
index 81ac158..2eebe93 100644
--- a/pwm~.pd
+++ b/pwm~.pd
@@ -1,23 +1,26 @@
-#N canvas 451 182 489 527 10;
+#N canvas 511 200 493 531 10;
#X obj 29 49 inlet;
#X obj 113 405 outlet~;
#X obj 113 198 phasor~;
-#X obj 113 172 sig~ \$1;
-#X text 79 10 after an idea from Roman Haefeli;
-#X text 15 10 [pwm~];
-#X obj 366 47 inlet;
+#X obj 280 43 inlet;
#X obj 113 226 >~;
#X text 143 229 zexy object;
#X obj 31 94 t b f;
#X msg 31 114 1;
#X obj 45 135 -;
#X text 77 113 invert so 1 = full power;
-#X connect 0 0 9 0;
-#X connect 2 0 7 0;
-#X connect 3 0 2 0;
-#X connect 6 0 2 1;
-#X connect 7 0 1 0;
-#X connect 9 0 10 0;
-#X connect 9 1 11 1;
+#X obj 280 75 purepd/float_argument \$1 60;
+#X obj 113 172 sig~;
+#X obj 326 43 loadbang;
+#X text 43 11 after an idea from Roman Haefeli and Martin Peach;
+#X connect 0 0 6 0;
+#X connect 2 0 4 0;
+#X connect 3 0 10 0;
+#X connect 4 0 1 0;
+#X connect 6 0 7 0;
+#X connect 6 1 8 1;
+#X connect 7 0 8 0;
+#X connect 8 0 4 1;
#X connect 10 0 11 0;
-#X connect 11 0 7 1;
+#X connect 11 0 2 0;
+#X connect 12 0 10 0;