Hi all,
I'm trying to implement some tutorial patches with fft to my stuff. So, I'm combining two patches, sending sound from one to the other. On the first I'm setting a block size of either 512, 1024, etc., but if I send the same block size to the second (where the [dac~] is), I'm getting the following error messages:
error: receive~ voc: vector size mismatch
error: adc~: bad vector size
error: dac~: bad vector size
(There's a [r~ voc] in the second patch..)
When the block size is set to 64 on the second patch everything is working fine. So I tried to send the sound from the second patch to a third one which contains only the [dac~] along with a [r~ final], so I can change the block size on the 2nd patch as well, but then I get the previous messages plus:
error: sigsend final: unexpected vector size
Any suggestions?