Guenter Geiger schrieb:
forum::für::umläute writes:
Hi all !
I have one major problem and that is concerning writing externals (again !) Can I create an oject that has any (!) user-defined (via creation arguments) number of signal in/out-lets ? Me thinketh of something like the multichannel dac~/adc~ objects, but I have to access all ~inlets at the same (!) time and not sequentially...
This seems to be a matter of calling dsp_add with a sufficient number of arguments. I don't know how this could be done dynamically.
That's exactly what's my question about; surely I could do something really annoying like calling the dsp_add with 64 or so arguments and then use only the desired number; but of course that's not what I wanna do;
hannes