LINE-SEG

[GENERIC-FUNCTION]


OM2Csound
Function Reference
ARGUMENTS:
  - NAME name [default = (QUOTE |OpenMusic|::K1)]
  - MODE opcode [default = (QUOTE |OpenMusic|::LINE)]
  - IA init value [default = 0]
  - IDUR1 duration [default = (QUOTE |OpenMusic|::P3)]
  - IB end value [default = 1]
&rest
 
  - MORE optional arguments  

Description:

Csound opcodes to generates a line or envelope.

Generates a curve between two or more specified points.

<mode> values:
- line: trace a straight line between specified points
- expon: trace an exponential curve between specified points.
- lineseg: trace a series of line segments between specified points.
- expseg: trace a series of exponential segments between specified points.

<ia> is the initial value of the segment (or first segment)
<ib> is the end value of the segment (or first segment)
<idur1> is the duration of the segment (or first segment)

For multiple segments (lineseg and expseg) use <more> to specify additional values and segment durations.


LINE-SEG is part of the library of Csound OPCODES boxes used to design Csound instruments.

See also http://www.csounds.com/manual/html/index.html for more info about Csound programming.



Auto doc generation by OpenMusic 6.5.1 © 2011 IRCAM