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

[sc-users] iteration with iterator



Hello , i cant find a way to do this in supercollider:


for(int = i; i < 3 ; i++) {
    a[i].freq = d[i].x ; 
    }


Can anybody point me how to do this?


thanks


Adam