<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">I have a Pd patch with 3 separate signals and I want to sequentially weave the signals together so instead of having three separate signals I create 1 large signal that is created by weaving 3 signals together.   <br><br>Example: (note: the commas are just used as separators and I used letters, numbers, and symbols to help differentiate the signals)<br><b>signal_1 array</b>  is <b>A,B,C,D,E</b><br><b>signal_2 array </b> is <b>1,2,3,4,5</b><br><b>signal_3 array </b> is <b>@,#,%,&,(</b><br><br>The completed weaved signal to playback would look like this <b>A,1,@,B,2,#,C,3,%,D,4,&,E,5,(</b><br>I've attached an image along with the Pd file that I hope helps explains this.<br><br>I've placed each signal into their own separate array in Pd but I'm not sure how to sequentially "weave" the signals together.  Any ideas?<br clear="all"></div></div><div dir="ltr"><div style="font-size:small;color:rgb(0,0,0)" class="gmail_default"></div><div style="font-size:small;color:rgb(0,0,0)" class="gmail_default">Thanks</div><br><br></div></div>