Need all presentation objects from patch + subpatchers to appear on same patch

lightningkite's icon

Is there any way to get presentation objects from a subpatch to appear on the presentation page of the main patch? I'm trying to build a polyphonic synth and certain objects within my poly~ like envelope and harmonic shaping parameters I would like to appear on the presentation mode of the main patch, and not the presentation mode of the poly~ subpatch. Any help with this would be gratefully received.

Luke Hall's icon

Put the objects in your main patch and either create inlets to connect them into your [poly~] file. Or use [send] and [receive] which will solve your other problem where you only update the settings for one voice.

lh