aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pwm~-help.pd54
-rw-r--r--pwm~.pd29
2 files changed, 44 insertions, 39 deletions
diff --git a/pwm~-help.pd b/pwm~-help.pd
index 3872d5a..c082876 100644
--- a/pwm~-help.pd
+++ b/pwm~-help.pd
@@ -1,29 +1,31 @@
-#N canvas 218 225 905 389 10;
+#N canvas 122 138 523 408 10;
#N canvas 0 22 450 300 graph1 0;
-#X array array99 100 float 0;
+#X array \$0-pwm~ 100 float 0;
#X coords 0 1.1 100 -0.1 200 100 1;
-#X restore 67 250 graph;
-#X obj 92 183 metro 500;
-#X obj 92 158 r metro;
-#X text 344 90 <-- Click to start;
-#X text 233 209 <-- graph the output;
-#X text 311 301 see also:;
-#X obj 76 207 tabwrite~ array99;
-#X obj 255 48 tgl 25 0 empty empty start 0 -6 1 9 -24198 -1 -1 1 1
+#X restore 58 236 graph;
+#X obj 83 144 r metro;
+#X text 355 21 <-- Click to start;
+#X text 194 193 <-- graph the output;
+#X text 302 287 see also:;
+#X obj 311 20 tgl 25 0 empty empty start 0 -6 1 9 -24198 -1 -1 1 1
;
-#X msg 255 76 \; pd dsp \$1 \; metro \$1;
-#X obj 385 301 pwm;
-#X obj 79 98 hsl 128 15 0 1 0 0 empty empty empty -2 -6 0 8 -262144
--1 -1 0 1;
-#X floatatom 34 98 5 0 0 0 - - -;
-#X obj 76 127 pwm~ 4410;
-#X obj 36 11 pwm~;
-#X text 79 10 after an idea from Roman Haefeli;
-#X text 158 126 argument = pwm rate in Hz;
-#X connect 1 0 6 0;
-#X connect 2 0 1 0;
-#X connect 2 0 1 0;
-#X connect 7 0 8 0;
-#X connect 10 0 11 0;
-#X connect 10 0 12 0;
-#X connect 12 0 6 0;
+#X msg 311 48 \; pd dsp \$1 \; metro \$1;
+#X obj 376 287 pwm;
+#X obj 71 66 hsl 128 15 0 1 0 1 empty empty pulse_width -2 -6 1 12
+-225280 -1 -1 5400 0;
+#X floatatom 80 88 5 0 0 0 - - -;
+#X text 139 112 argument = pwm rate in Hz;
+#X obj 67 112 pwm~ 2000;
+#X obj 83 169 metro 238.3;
+#X obj 82 372 pddp/pddplink http://en.wikipedia.org/wiki/Pulse-width_modulation
+;
+#X text 22 351 for more info:;
+#X text 16 11 pulse width modulation at audio rate;
+#X obj 67 193 tabwrite~ \$0-pwm~;
+#X connect 1 0 12 0;
+#X connect 1 0 12 0;
+#X connect 5 0 6 0;
+#X connect 8 0 9 0;
+#X connect 8 0 11 0;
+#X connect 11 0 16 0;
+#X connect 12 0 16 0;
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;