do this: have the block~ 256 in a subpatch and in this subpatch there should be a outlet~ object to which you can connect the signal-stream. the outlet on the objectbox of your subpatch should then have a connection to a dac~ object. (the parent patch has the (default) 64-sample-vector-size). outlet~s and inlet~s is the best way of converting between different blocksizes. sme.
i now know that the output array is hardcoded to 64 blocksize. if
i
have an array of 256 inside my perform function, how do i create a
loop to
output the whole thing? i guess a better question would be; is the
output
finally sent to the soundcard when there is a whole pass through the entire external, or when leaving the perform function? thanks!