| CM might seem a little frustrating at first but it is well worth the
effort to learn.
In regards to your original query about repeating lines in a score, you
should look at section 14.6 in the csound manual which details the r
score directive for repeating sections. Here is a very simple example of
its use:
r4
s
i1 0 1 8000 230 ;this line repeats 3 times
s
i1 0 4 8000 313
r2
s
i1 0 2 8000 270 ;these two lines
i1 2 4 8000 370 ;repeat once
e
--
todd ingalls
http://www.public.asu.edu/~todd2
SONICMAN wrote:
>
> I just downloaded common lisp or whatever it is called selected auto
> fill and it generated a mega-ton of ERRORS. I'm really starting to grow
> weary of Csounds endless obstacles.
> Man I'm depressed, I need some Beer.
> |