Scott,
Well, I may have led you in the wrong direction last time, and this may also just be a wild shot. Try and peak a bit in the source code for multiline~ in the zexy lib. This object creates signal inlets according to the number of arguments. I have not had a closer look but there are a lot of "while (i--)" loops (i being the number of signal inlets). Perhaps Johannes can shed some light on how to proceed.
Cheers Soeren
J. Scott Hildebrand wrote:
when trying to dynamically create a user-defined amount of audio inputs, i try the following code but it just seg faults.