Blocking is always done "per canvas", that is, a [block~ X] in a subpatch will reblock that subpatch and all its siblings, however it will not reblock the surrounding parent patch. In the patch you've posted, you have two subpatches both with [block~ 1], but the surrounding patch still has the default 64-blocksize. If you try to send something between the two subpaches, they kind of have to pass through the land of [block~ 64] and that's something, Pd seems to dislike.
I still get an output saying "error: throw~ test: vector size mismatch" How bizarre and frustrating!
Is that maybe with a [dac~] or [adc~] in the same patch area? It's not possible to reblock parts of the patch that contain these objects.
I thought of that.. I created a very simple patch with everything block~ 1, nothing connected... As soon as the program opens it gives errors.
It seems to me that throw~/catch~ at blocksizes other than 64 acts weirdly, which is an awful shame because it was almost perfect for my purposes
K
Hallo, Kim Taylor hat gesagt: // Kim Taylor wrote:
I thought of that.. I created a very simple patch with everything block~ 1, nothing connected... As soon as the program opens it gives errors.
Oh, yes, that's very strange. Even a simple:
[throw~ x] [catch~ x] [block~ <something not 64>]
in an otherwise empty patch gives that error. Same for s~/r~.
This very much looks like a bug somewhere in Pd.
Frank Barknecht _ ______footils.org_ __goto10.org__
On Sun, 2007-05-13 at 22:38 +0200, Frank Barknecht wrote:
I thought of that.. I created a very simple patch with everything block~ 1, nothing connected... As soon as the program opens it gives errors.
Oh, yes, that's very strange. Even a simple:
[throw~ x] [catch~ x] [block~ <something not 64>]
in an otherwise empty patch gives that error. Same for s~/r~.
This very much looks like a bug somewhere in Pd.
this behavior is documented in the help patch of send~ ... afaict tabsend~/receive~ should work, though
t
-- tim@klingt.org ICQ: 96771783 http://tim.klingt.org
The price an artist pays for doing what he wants is that he has to do it. William S. Burroughs
Hallo, Tim Blechmann hat gesagt: // Tim Blechmann wrote:
On Sun, 2007-05-13 at 22:38 +0200, Frank Barknecht wrote:
This very much looks like a bug somewhere in Pd.
this behavior is documented in the help patch of send~ ... afaict tabsend~/receive~ should work, though
Ah, and I only read the helps for block~ and catch~. So it's a "2/3 known bug, that's a feature" ;)
Frank Barknecht _ ______footils.org_ __goto10.org__