Hi !
I would know if it was possible to switch between 2 patchs fluently during a live and how to proceed if it’s possible.
Hi !
I would know if it was possible to switch between 2 patchs fluently during a live and how to proceed if it’s possible.
one way is to put both patches as subpatches (without renderer) in one patch and make each patch run on a seperate renderpass. in ur main patch u have the renderer and by changing the renderpass u can select the subpatches.
the only problem is the GPU and CPU consumption of the subpatches…inactive subpatches need to be turned off…means setting spreads to 0 and things like flash or GDI renderer need to be stopped.
…there is no easy way to achieve what u want…a bit of patching is required