Because I had this problem a couple of times now I thought I'd let you know. The patch is a basic macro that loops over an array and adds all elements (integer values).
Where it starts to wrong is when I have to check when to send the result to the outlet. I'm not sure what your intended pattern is for that but I check whether the current index (using for-loop) is equal to the array length and then send the stored value to the outlet.
If I do that I will always get a result of zero, because it seems the for-loop will send the last index first.
If I manually build a counter and use that to compare with the array length then it works.
Anyway, Thanks for the awesome plugin. I built sequencer based on a cellular automata last week, was a lot of fun. Looking forward to the library
