Question -
I need to basically mix 6 different audio streams. Simplest way possible, no need to set levels, they're already set.
I have seen some example code where an object has multiple audio streams feeding the **same** inlet. I've tried that. It seems to work just fine.
Is it safe to feed multiple audio streams to one audio inlet on an object? Will it always work? Or should you explicitly add the streams (with +~)?
My hunch is that you should add the streams, and not assume what the object will do if given multiple input streams, since objects are written by all kinds of folks...
I couldn't find this explicitly stated in the online books, I may have missed it...
Shawn