[PD] send~ and receive~ with blocksize different than Pd's?

Peter P. peterparker at fastmail.com
Thu Nov 1 14:46:04 CET 2018


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





More information about the Pd-list mailing list