[Csnd] how to repeat a section????
Date | 2008-12-30 13:08 |
From | Federico Vanni |
Subject | [Csnd] how to repeat a section???? |
hi list, i'm trying to repeat a section of notes in csound... i suppose i should use m and n statement... doing something like that: (to repeat the section from i1 0 .2 to i1 10 .2)... m1 t0 60 8 120 ; i1 0 .2 i1 1 .2 i1 2 .2 i1 3 .2 i1 4 .2 i1 5 .2 i1 6 .2 i1 7 .2 i1 8 .2 i1 9 .2 i1 10 .2 s10 n1 thanks fv |
Date | 2008-12-30 16:21 |
From | joachim |
Subject | [Csnd] Re: how to repeat a section???? |
hi federico - i think it's the "r" (repeat) statement, isn't it? joachim Am 30.12.2008 um 14:08 schrieb Federico Vanni: > hi list, > i'm trying to repeat a section of notes > in csound... i suppose i should use > m and n statement... doing something > like that: > > (to repeat the section from > i1 0 .2 to i1 10 .2)... > > > m1 > t0 60 8 120 ; > i1 0 .2 > i1 1 .2 > i1 2 .2 > i1 3 .2 > i1 4 .2 > i1 5 .2 > i1 6 .2 > i1 7 .2 > i1 8 .2 > i1 9 .2 > i1 10 .2 > s10 > n1 > > thanks > fv > > > > |
Date | 2008-12-30 17:18 |
From | "Chuckk Hubbard" |
Subject | [Csnd] Re: how to repeat a section???? |
Attachments | None |
Date | 2008-12-30 17:27 |
From | Felipe Sateler |
Subject | [Csnd] Re: how to repeat a section???? |
Attachments | None |
Date | 2008-12-30 19:28 |
From | "Andres Cabrera" |
Subject | [Csnd] Re: Re: how to repeat a section???? |
Attachments | None |
Date | 2008-12-31 01:49 |
From | Darren Nelsen |
Subject | [Csnd] Re: how to repeat a section???? |
m/n never worked for me. I use macros or the loop syntax ( { } ) instead. Darren On Dec 30, 2008, at 8:08 AM, Federico Vanni wrote:
|
Date | 2008-12-31 12:38 |
From | Federico Vanni |
Subject | [Csnd] Re: Re: Re: how to repeat a section???? |
>> thanks fv >> >> El 30/12/08 10:08 Federico Vanni escribió: >>> hi list, >>> i'm trying to repeat a section of notes >>> in csound... i suppose i should use >>> m and n statement... doing something >>> like that: >>> >>> (to repeat the section from >>> i1 0 .2 to i1 10 .2)... >>> >>> >>> m1 >>> t0 60 8 120 ; >>> i1 0 .2 >>> i1 1 .2 >>> i1 2 .2 >>> i1 3 .2 >>> i1 4 .2 >>> i1 5 .2 >>> i1 6 .2 >>> i1 7 .2 >>> i1 8 .2 >>> i1 9 .2 >>> i1 10 .2 >>> s10 >>> n1 >>> >>> thanks >>> fv >>> >>> >>> >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>> "unsubscribe >>> csound" >> >> >> >> Saludos, >> Felipe Sateler >> > > > > -- > > > Andrés > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" |