CPU
I'm working on a patch for live performance and it's becoming gigantic. When everything is running it sometimes overloads my CPU... If I could figure out an effective way of dynamically muting certain subpatchers while they're not in use, I feel like this would help. mute~ handles MSP but how can I mute both Max messages and MSP simultaneously?
Any help would be great!
use pcontrol and send it the enable 0 or enable 1 message. this will turn off MIDI as well as audio. Also it might be a good idea to have a look at poly~ for muting patches.
Edit: raja beat me to the punch with poly~ :(