nested poly~ and multicore usage
hello there,
i have quite a complex patch at hand and am thinking of nesting poly~ objects.
the main question for me is:
if i use a 1-voice poly~ with parallel=1 flags set, which in turn contains another poly~ obect with 3 voices, also with parallel=1, will the 3 sub-poly~s be distributed accodingly across cpu cores as it happens when one uses just 1 poly~ object with 3 voices?
thanks for any advice!
I did try that once, and it did work on my machine, but it may be dependent on the type of CPU and OS. threadcount makes no difference on my machine, for example.
thanks for the reply!
to be honest, i don't really know how to measure that apart than from staring at the activity monitor...
can anybody from cycling 74 with insider knowledge comment on this topic?