CPU usage - clone container
-
I'm working on a script synth with a clone container which is used for a unisono effect. This is the first time i use this node. It works fine but the CPU usage goes up to 85%-95% when full 16 unisons being used. So now i decide to compile everything inside the clone container into one node. But will that actually make a difference to cpu usage?
That's quite a big task for this project (like i need to reconnect 40-50 parameters), so i'd like to know if it's really worth to do that.
-
@Allen have you compiled the network to a C++ node already?
But will that actually make a difference to cpu usage?
The overhead of the clone container vs. manually cloning your oscillator 16 times is negligible.
-
@Christoph-Hart said in CPU usage - clone container:
have you compiled the network to a C++ node already?
No, because I'm still working on the faust node inside the container.
I made it a little bit lighter and the cpu usage dropped down to about 50% now.