Hi All,
Been searching the discussions and have found some talk of pd sub-patches with large block sizes. A lot of my pd work involves sub-patches with [block~ 1] and single-sample delay lines with feedback. I will have a chance to test soon, but does anyone know if I am in trouble on this path?
Thanks kindly
pd, sub-patches with [block~ 1]
It's going to be fine (thought Pd is already CPU-hungry and this will make it even more so). As a side note: you may have problems when trying to re-[block~]
to higher block sizes, as that does not not keep the CPU load constant.
Okay, fantastic! I will see how far I can push it CPU-wise, trying to keep as much outside of the sub-patch as possible.
If I notice anyhting noteworthy I'll post here. Thank you!
that is assuming you are using libpd. Heavy does not really support the [block~]
object,