Hello! i have a patch that has 3 gem subpatches, each one has complex iterative structures , since each one should be visualized at a time, is it possible to turn off the 2 subpatches that are not viewed at any time? im asking this because having this 3 subpatches consumes all of my cpu because each one have a lot of repeats objects, is it possible to turn off the subpatches im not using? ive tried to turn off the gemhead sending a 0 to it and the structures doesnt appear anymore but they are still consuming my cpu , is there any way of turning off this gem processes- subpatches?
any advice would be appreaciated
thanks
pun.
Hmm, it's weird ! Sending 0 to [gemhead] should stop all the process in the GEM chain. Maybe you have other process in your subpatch ? ++
Jack
Le 7 févr. 09 à 17:43, punchik punchik a écrit :
Hello! i have a patch that has 3 gem subpatches, each one has
complex iterative structures , since each one should be visualized
at a time, is it possible to turn off the 2 subpatches that are not
viewed at any time? im asking this because having this 3 subpatches
consumes all of my cpu because each one have a lot of repeats
objects, is it possible to turn off the subpatches im not using?
ive tried to turn off the gemhead sending a 0 to it and the
structures doesnt appear anymore but they are still consuming my
cpu , is there any way of turning off this gem processes- subpatches?any advice would be appreaciated
thanks
pun.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
punchik punchik wrote:
Hello! i have a patch that has 3 gem subpatches, each one has complex iterative structures , since each one should be visualized at a time, is it possible to turn off the 2 subpatches that are not viewed at any time? im asking this because having this 3 subpatches consumes all of my cpu because each one have a lot of repeats objects, is it possible to turn off the subpatches im not using? ive tried to turn off the gemhead sending a 0 to it and the structures doesnt appear anymore but they are still consuming my cpu , is there any way of turning off this gem processes- subpatches?
any advice would be appreaciated
do your subpatches have a gemhead? you can turn off the rendering of a gemhead by feeding it a simple "0", use for example a toggle to turn them on/off. marius.
thanks
pun.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sat, Feb 07, 2009 at 06:16:49PM +0100, marius schebella wrote:
do your subpatches have a gemhead? you can turn off the rendering of a gemhead by feeding it a simple "0", use for example a toggle to turn them on/off.
and you can turn off parts of the gemchain by putting an [spigot] into it
mfgasdr IOhannes