Hi,
I am trying to use a [block~ 1024 1 16] object in a subpatch to oversample 16 times. If this subpatch uses send~ and receive~ objects, or throw~ and catch~ Pd reports the error that: receive~ foo: vector size mismatch sigsend foo: unexpected vector size If I set the blocksize of the subpatch to Pd's blocksize with [block~ 64 1 16] things work.
I assume that send~ and receive~ and friends can run at Pd's blocksize only?
Thanks! P