So here's my issue.
I'm working on a patch and have been saving versions of it. On V3 things started becoming glitchy and I want to figure out what part of the patch causes that. So I made a return into V2 which has a lot less code and is working fine. I want to have then both opened and start adding the bits of code from V3 to V2 one at a time to isolate the culprit. But in order to do this I need PD not to process V3 at all because it obviously does not like that all my arrays are duplicated.
Is there a way to tell PD to open a patch but not process it (and I mean not only having DSP OFF for the patch but also ignore things like missing arrays and such) while still having another patch open and processed normally?
Thanks for helping!