[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] |i|



Hello List!

What does |i| means in this context?

Mix.fill(arrayfreq.size, {|i| SinOsc.ar(arrayfreq[i], arrayphase[i])});

I undestand that it´s a Argument, and empirically I found that without it becomes multichannel (generally I would solve it with a ".sum")

But I havent found in the help a explanation why or what is it.