Csound Csound-dev Csound-tekno Search About

Using 2 vs. 1 line in .orc file

Date1998-03-23 05:43
From"Robert Tucker Jr."
SubjectUsing 2 vs. 1 line in .orc file
Pardon the newbie intrusion, but I'm wondering how to use 2+ lines in a
.orc file instead of a single line. In other words, I want to do this:


alin  linseg 0, p3/3,
              5, p3/3,
              6, p3/3,
              etc
              etc
	      etc         

instead of:

alin  linseg 0, p3/3, 5, p3/3, 6, p3/3, 10, etc etc etc

I find that's much easier to read than placing all those numbers on a
single line, and I'm able to do that when working with the GENs without a 
problem, but Winsound doesn't seem to like it in a .orc file.

The manual seems to vaguely suggest putting a \ at the end of
the line, but I cannot seem to get that to work...

Best regards,
Robert Tucker