I want to use a 192k sample rate for input from dac~, do some processing that requires the high sample rate, and then have the rest of the patch operate at 48k, because I don't think my computer can handle the whole patch running at 192k and I don't need 192k for most of what I'm doing.
Is it as simple as the project being set to 192k, the main patch running at that, and then all the lower sr stuff being embedded in a patch with a block~ object downsampling to .25? I won't lie; up/down sampling kind of bends my brain, and I'm not sure if there will be a bunch of inintended audible consequences, or if the downsampling/block strategy will save me as much cpu as I'm hoping.
Any hints or comments?
Thanks