PDA

View Full Version : output to more than one channel


debian
10-31-2009, 04:06 AM
How do I send output to more than one channel?

thanks and regards

bvesco
10-31-2009, 11:49 AM
Your process method receives an array of buffers, one for each output channel. Fill those buffers with values and you will be outputting to each channel.