aboutsummaryrefslogtreecommitdiff
path: root/pd
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2008-03-16 19:28:27 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2008-03-16 19:28:27 +0000
commit8c64ba2b0f0cfd0a7fa1e8b2c99c9d46c31b25fc (patch)
treeb0b3439874f5eca9d59c6648fec2388b5e107443 /pd
parentc4420064e209e065d01510830a0cef9e3305f921 (diff)
release 0.41-3
svn path=/trunk/; revision=9590
Diffstat (limited to 'pd')
-rw-r--r--pd/doc/3.audio.examples/I07.phase.vocoder.pd32
-rw-r--r--pd/extra/bonk~/bonk~.c2
-rw-r--r--pd/src/m_pd.h2
3 files changed, 18 insertions, 18 deletions
diff --git a/pd/doc/3.audio.examples/I07.phase.vocoder.pd b/pd/doc/3.audio.examples/I07.phase.vocoder.pd
index 5baceef6..95017436 100644
--- a/pd/doc/3.audio.examples/I07.phase.vocoder.pd
+++ b/pd/doc/3.audio.examples/I07.phase.vocoder.pd
@@ -2,7 +2,7 @@
#X floatatom 494 315 5 0 0 0 - transpo-set -;
#X floatatom 167 383 3 0 0 0 - speed-set -;
#X floatatom 55 385 7 0 0 0 - location-set -;
-#N canvas 90 42 821 693 fft-analysis 1;
+#N canvas 199 40 821 693 fft-analysis 0;
#X obj 51 477 *~;
#X obj 18 477 *~;
#X obj 18 499 -~;
@@ -37,7 +37,7 @@
bang;
#X msg 426 619 set \$1 4;
#X obj 97 425 q8_rsqrt~;
-#N canvas 139 105 1006 799 read-windows 1;
+#N canvas 139 105 1006 799 read-windows 0;
#X obj 18 693 *~;
#X obj 364 448 r window-size;
#X obj 156 300 f;
@@ -379,8 +379,8 @@ shifts the signal to the left or right depending on its argument.)
#X obj 56 517 output~;
#N canvas 0 110 565 454 hann-window 0;
#N canvas 0 0 450 300 (subpatch) 0;
-#X array \$0-hann 1024 float 0;
-#X coords 0 1 1023 0 300 100 1;
+#X array \$0-hann 4096 float 0;
+#X coords 0 1 4095 0 300 100 1;
#X restore 82 311 graph;
#X obj 378 165 osc~;
#X obj 378 190 *~ -0.5;
@@ -429,8 +429,8 @@ and window-msec (analysis window size in seconds and msec).;
#X restore 440 528 pd hann-window;
#N canvas 388 86 694 447 insample 0;
#N canvas 0 0 450 300 (subpatch) 0;
-#X array \$0-sample 155948 float 0;
-#X coords 0 1 155947 -1 400 150 1;
+#X array \$0-sample 82301 float 0;
+#X coords 0 1 82300 -1 400 150 1;
#X restore 281 135 graph;
#X obj 28 133 r read-sample;
#X obj 28 184 unpack s f;
@@ -501,7 +501,6 @@ and window-msec (analysis window size in seconds and msec).;
#X obj 262 408 s rewind;
#X msg 345 336 200;
#X msg 345 358 100;
-#X msg 345 380 20;
#X text 386 335 contract;
#X text 390 380 expand;
#X obj 493 407 s lock;
@@ -543,6 +542,7 @@ to see the workings.;
#X obj 535 460 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 466 458 file ->;
+#X msg 345 380 20;
#X connect 0 0 5 0;
#X connect 1 0 21 0;
#X connect 2 0 20 0;
@@ -552,13 +552,13 @@ to see the workings.;
#X connect 14 0 16 0;
#X connect 15 0 16 0;
#X connect 17 0 11 0;
-#X connect 19 0 29 0;
+#X connect 19 0 28 0;
#X connect 22 0 23 0;
-#X connect 24 0 49 0;
-#X connect 25 0 49 0;
-#X connect 26 0 49 0;
-#X connect 39 0 43 0;
-#X connect 40 0 43 0;
-#X connect 41 0 43 0;
-#X connect 42 0 43 0;
-#X connect 53 0 11 1;
+#X connect 24 0 48 0;
+#X connect 25 0 48 0;
+#X connect 38 0 42 0;
+#X connect 39 0 42 0;
+#X connect 40 0 42 0;
+#X connect 41 0 42 0;
+#X connect 52 0 11 1;
+#X connect 54 0 48 0;
diff --git a/pd/extra/bonk~/bonk~.c b/pd/extra/bonk~/bonk~.c
index e4c34b44..3c5fc176 100644
--- a/pd/extra/bonk~/bonk~.c
+++ b/pd/extra/bonk~/bonk~.c
@@ -11,7 +11,7 @@ IN CONNECTION WITH THIS SOFTWARE!
#include <stdio.h>
#ifdef NT
-#pragma warning (disable: 4305 4244)
+#pragma warning (disable: 4305 4244 4996)
#endif
#ifdef MSP
diff --git a/pd/src/m_pd.h b/pd/src/m_pd.h
index 2428c705..9f42d527 100644
--- a/pd/src/m_pd.h
+++ b/pd/src/m_pd.h
@@ -10,7 +10,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 41
-#define PD_BUGFIX_VERSION 2
+#define PD_BUGFIX_VERSION 3
#define PD_TEST_VERSION ""
/* old name for "MSW" flag -- we have to take it for the sake of many old