On 11/14/2015 05:19 AM, Miller Puckette wrote:
> The inlet takes a "set" message to reassign its input channel (this is
> mentioned in the help window).  That's the only message it takes - anything
> else flags an error.
> 

after wading through william's email, i finally had a closer look at the
I07 help patch, and indeed:
the first inlet of [pd insample] is (on the outside) driven by a [bng]
and (on the inside) is connected to an [adc~ 1] object instead of the
[tabwrite~ $0-sample]

attached is a patch that fixes this.

gmasdr
IOhannes

From 9a7445c1000cfde889092197a337072086127f87 Mon Sep 17 00:00:00 2001
From: IOhannes m zmoelnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Sat, 14 Nov 2015 19:02:11 +0100
Subject: [PATCH] audio/I07: Send bang to [tabwrite~] instead of [adc~]

---
 doc/3.audio.examples/I07.phase.vocoder.pd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/3.audio.examples/I07.phase.vocoder.pd b/doc/3.audio.examples/I07.phase.vocoder.pd
index 98d30ee..7b5c463 100644
--- a/doc/3.audio.examples/I07.phase.vocoder.pd
+++ b/doc/3.audio.examples/I07.phase.vocoder.pd
@@ -464,7 +464,7 @@ and window-msec (analysis window size in seconds and msec).;
 #X connect 18 0 22 0;
 #X connect 19 0 18 0;
 #X connect 20 0 21 0;
-#X connect 20 0 19 0;
+#X connect 20 0 22 0;
 #X connect 21 0 23 0;
 #X connect 25 0 26 0;
 #X connect 26 0 27 0;
-- 
2.6.2

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to