multicore threading question

Gig Performer is not a visual programming environment. The “graph” is simply a more convenient way to specify the flow of audio through multiple plugins.

When a plugin is instantiated, it typically creates its own thread(s) to do its work. One of the roles of the OS is to distribute threads across available cores. What exactly are you trying to do that is causing Gig Performer to not work because of this concern?