Csound Csound-dev Csound-tekno Search About

Help on using zak

Date1999-01-23 08:52
FromPaolo Filippi
SubjectHelp on using zak
I' m porting some code from C to csound.
Can anyone explain me the best way to perform with C array operations 
with zak ?
I.e.  Suppose I want translate a cycle of this kind:

for(i=0;i<15;i++)
 for(j=0;j<15;j++)
   c[i][j]=a[i]*b[(i-j)%15] 

where the a[],b[] and c[][] are previosly declared as float.
How can I declare the variables and perform the task if a,b,c are
at  i_time?
What differs it they are at k_ or a_time?

Thanks in advance! 
                                 paolfili

______________________________________________________