Re: [PD] How can I weave multiple signals together?

2019-03-25 Thread RT
I expect some-type of delay because of processing but each of the 3 signals will be generated using OSC~ (See patch or included image with original message showing possible logic). I guess you could look at it as taking in audio from 3 microphones and processing the sound on each mic then outputt

Re: [PD] How can I weave multiple signals together?

2019-03-25 Thread Peter P.
* RT [2019-03-25 18:57]: > 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. > > Example: (note: the commas are just used as separat

Re: [PD] How can I weave multiple signals together?

2019-03-25 Thread Dario Sanfilippo
What comes to my mind is to write the three signals on three new arrays which are three times the size of the original ones. These arrays would have each sample from the original signal zero-padded by two samples. That can be done by reading the original signals with tabread~ at a rate which is 1/3