This is as much a _javascript_ syntax question as anything else, but I though, since it relates to something lots of you have probably tried to do in QC, I thought I'd give the good people of this forum a try.
I have 16 output ports from my _javascript_ patch, consecutively named 'Matrix00', 'Matrix01', up to 'Matrix15'. Is there a simple way to use a loop to iteratively set the values for these outputs, without having to manually set each in a long list
result.Matrix00 = value1;
result.Matrix01 = value2;
etc.?
I've tried various number-to-string methods, but none seem to work.
Anyone any
ideas?
a|x
http://machinesdontcare.wordpress.com