Maximum number of signal outlets?
Hi there,
I am working on Wave Field Synthesis and because of the large number of loudspeaker outputs needed for this technique I have one natural question. Does Max/MSP have a limit on the maximum number of signal outlets an object may have?
I see that for signal inlets the limit is set at 250 which is the value of the SYS_MAXSIGS constant defined in z_dsp.h but there is no mention of outlets. Does anybody know?
Thanks
- Luigi
Have you looked at jamoma, specifically the audio graph stuff? It allows you to send multichannel signals through single cables, specifically for big multichannel patches like wave field synthesis and spatialisation.
Yes of course I am familiar with Jamoma, however I am looking for a solution in the pure Max/MSP world. Don't want to be dependent on the Jamoma framework for this.