Hello,
I have started to use OM for my music and I have often the same issue with OMloop:
I can’t find the way to change the input of each iteration. For example :
OMloop
2 inputs : i1 (ex : 2) i2 (ex : A=(6000 6400 6500 6700 7100))
For 0 to i1
i2 -> f(A)=B -> f(B)=C -> F©=D
Output : (B C D)
Where f() is an internal patch.
For simple operations accum works fine but for lists or list of lists and more complexes fonctions it does not work for me.
I have tried to use accum with my internal patch in lambda mode but it does not work. And in all the other cases it will give me (f(i1) f(i1) f(i1)) as the output.
Do someone know if there is somme other way ?
Thank you,
Tom