<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt">Do you mean something like the attached abstraction?&nbsp; It turns your patches in a particular directory into a slideshow.<br><br>It uses an object called [canvasinfo] which is only available in Pd-l2ork.&nbsp; If you don't use Pd-l2ork you can replace it with [iemguts/canvasname] (and remove the message box above it), but unfortunately [canvasname] in the last release of pd-extended had a bug that causes it not to work correctly in this case.<br><br>-Jonathan<br><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2">
 On Tuesday, April 8, 2014 10:44 AM, Jack &lt;jack@rybn.org&gt; wrote:<br> </font> </div>  <div class="y_msg_container">Le 08/04/2014 16:20, kate sweeney a écrit :<br clear="none">&gt; Hello,<br clear="none">&gt;<br clear="none">&gt; I am currently doing my final year tech project in University. I am creating a graphic design + music project using GEM in Pure Data. I was wondering, is there a way to trigger certain patches, one after the other? For example, one patch creates moving particles, and the next creates 3d spheres. Is there a way to trigger these one after the other, using a bang etc? <br clear="none">&gt;<br clear="none">&gt; Thank you. <br clear="none">&gt; _______________________________________________<br clear="none">&gt; <a shape="rect" ymailto="mailto:Pd-list@iem.at" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br clear="none">&gt; UNSUBSCRIBE and account-management -&gt; <a shape="rect"
 href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br clear="none"><br clear="none">Hello,<br clear="none"><br clear="none">If you have you scenes (moving particles, 3d spheres, etc.) in the same<br clear="none">patch. The simplest is to send 0 or 1 to [gemhead] to render a scene.<br clear="none">One [gemhead] per scene.<br clear="none">With this method, you can put each scene in a subpatch ([pd<br clear="none">moving_particles], [pd 3d_spheres], etc.) and have a [receive ...]<br clear="none">arriving on the [gemhead].<br clear="none">Then, somewhere in your main patch, you put a radio button and test the<br clear="none">value return to activate a scene with [send ...].<br clear="none">++<br clear="none"><br clear="none">Jack<div class="yqt2496076832" id="yqtfd68416"><br clear="none"><br clear="none"><br clear="none"><br clear="none">_______________________________________________<br
 clear="none"><a shape="rect" ymailto="mailto:Pd-list@iem.at" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br clear="none">UNSUBSCRIBE and account-management -&gt; <a shape="rect" href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a></div><br><br></div>  </div> </div>  </div> </div></body></html>