Hi I'm of having different patches that could be loaded at startup depending on pot configuration on my Pepper. For example Patch 1 would be loaded if the 1st knob is turned clockwise above a threshold etc... Is there a way to load projects in this way? Or would it be best to put all patches inside a main patch and handling the muting unmuting from there? It's a Pd project by the way, with different sound synthesis algorithm.

Given how you are using Pd, I think the simplest (by far) approach is to have different subpatches that you [switch~] on/off depending on the readings from an [adc~ x] in the wrapping patch. If you need that pot for other purposes once the patch started, you could have a button that triggers the reading of the pot and switches the patch, then once you release the button, the pot can be used for other purposes.