aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/sound
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-12-01 16:22:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-12-01 16:22:34 +0000
commit43f8828f88504f1edbd1dcf4d97186f583ccf0cd (patch)
tree0d034c4308b58b0ca4eca2e088d3c7fc97b41b48 /doc/tutorials/sound
parent8bb61e6ab52e8da7b94c05bf5d576a31777d4d10 (diff)
added line~ to get rid of clicks
svn path=/trunk/; revision=12816
Diffstat (limited to 'doc/tutorials/sound')
-rw-r--r--doc/tutorials/sound/detecting_pitch.pd36
1 files changed, 20 insertions, 16 deletions
diff --git a/doc/tutorials/sound/detecting_pitch.pd b/doc/tutorials/sound/detecting_pitch.pd
index 3dacda20..d7a1c6ed 100644
--- a/doc/tutorials/sound/detecting_pitch.pd
+++ b/doc/tutorials/sound/detecting_pitch.pd
@@ -1,23 +1,26 @@
-#N canvas 163 297 636 456 10;
+#N canvas 91 86 636 456 10;
+#X declare -lib rradical;
#X obj 541 21 pddp/dsp;
#X obj 11 8 cnv 15 400 40 empty empty detecting_pitch 20 12 0 24 -228992
-66577 0;
-#X obj 119 176 fiddle~;
-#X text 28 121 Now its time to be the fool and start singing into the
+#X obj 119 136 fiddle~;
+#X text 28 81 Now its time to be the fool and start singing into the
mic!;
-#X obj 119 148 adc~;
-#X obj 133 223 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+#X obj 119 108 adc~;
+#X obj 133 183 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
-#X text 152 223 <-- banged on attack;
-#X obj 163 197 - 100;
-#X obj 118 267 mtof;
+#X text 152 183 <-- banged on attack;
+#X obj 163 157 - 100;
+#X obj 118 227 mtof;
#X obj 516 59 import rradical;
-#X obj 124 361 ezdac~;
-#X obj 147 330 *~;
-#X obj 118 287 osc~;
-#X obj 180 263 mavg 200;
-#X obj 164 286 -;
-#X obj 164 306 / 100;
+#X obj 126 371 ezdac~;
+#X obj 149 340 *~;
+#X obj 118 247 osc~;
+#X obj 180 223 mavg 200;
+#X obj 164 246 -;
+#X obj 164 266 / 100;
+#X obj 164 319 line~;
+#X msg 164 298 \$1 50;
#X connect 2 0 8 0;
#X connect 2 1 5 0;
#X connect 2 3 7 0;
@@ -26,9 +29,10 @@ mic!;
#X connect 7 0 13 0;
#X connect 7 0 14 0;
#X connect 8 0 12 0;
-#X connect 11 0 10 0;
#X connect 11 0 10 1;
#X connect 12 0 11 0;
#X connect 13 0 14 1;
#X connect 14 0 15 0;
-#X connect 15 0 11 1;
+#X connect 15 0 17 0;
+#X connect 16 0 11 1;
+#X connect 17 0 16 0;