Csound Csound-dev Csound-tekno Search About

Re: Long Tone Problem

Date1998-03-31 11:32
FromRichard Dobson
SubjectRe: Long Tone Problem
An alternative method is to use a legato instrument (the tie mechanism  - negative
p3 - I have written a chapter about this for the Csound book), so that each
instrument simply ramps to the next one - ie use the npX construct in the score, and
use the optional 'istor' arg to prevent the reinit of your oscillator. That way, you
can avoid hard-coding long ramps into linseg. At the end, just replace npX with an
explicit value. The only caveat is that start and end times must match exactly, so
it is best to use the + mechanism for start times, in the score.

Richard Dobson

tolve wrote:

> try removing carriage returns from linseg.
>
> tolve
>
> david f. wrote:
> >Hi to All -
> >
> >I've been trying to build a simple set of sustained tones that move through
> >various timed glissandi stages (see enclosed files). I keep getting a fatal
> >error message stating "low on ARGSPACE". Apparently my linsegs are too long.
> >Am I up against a wall? If so, can anyone see a more elegant way to achieve
> >this? Am I missing something obvious?
> >
> >Thanks
> >
> >David F.