Just the opposite, the idea is actually to avoid revising all existing objects, that's why I'd rather want to create variations on [block~] / [switch~] that support threading for all of the objects in the subpatch. Giulio
From: Jonathan Wilkes jancsika@yahoo.com To: Giulio Moro giuliomoro@yahoo.it; Pd-List pd-list@lists.iem.at Sent: Monday, 3 October 2016, 16:56 Subject: Re: [PD] Threading in Pd/libpd
Subpatches with the same or smaller block size as the parent patch should not be threaded.
Subpatches with larger blocksize should be threaded, but it's left up to the user to enable that.
Do you have to revise every single signal object in order for this to work? -Jonathan