Is there any benefit to running something like audio analysis in a different instance of touch to take advantage of a multi-core CPU? Will the entire chop network run in a different thread? Is audio in one of the OPs that uses multi-threading already, like movie in?
You’ll be the full benefit from multi CPUs with seperate processes. The only CHOP that isnghreaded is the audiostram CHOP, so it’s a good idea to split heavy operations out.
Note that windows doesn’t like more than one window drawing at a time, so turn off the drawing of the analysis process using win placement -d 0