Csound Csound-dev Csound-tekno Search About

extending the duration of a note

Date1998-01-18 19:11
FromBrandon Nelson
Subjectextending the duration of a note
Hi,

Is it possible within an instrument to extend the duration of a note? I am
designing a pipe organ instrument, for use with a MIDI file, and I would
like the release portion to begin after the specified duration.

And where can a Mac binary for CSound 3.47 be found?

Thanks,
Brandon

PS I would love to hear any pipe organ instruments that anyone has
designed.


Date1998-01-18 19:32
FromRichard Karpen
SubjectRe: extending the duration of a note
You can set p3 inside an instrument. For example

	p3= p3 * 2

in an instrument, will give you a durations for that instrument's notes
that are twice as long as that given by the score. I do this kind of
thing often.

Richard Karpen


On Sun, 18 Jan 1998, Brandon Nelson wrote:

> Hi,
> 
> Is it possible within an instrument to extend the duration of a note? I am
> designing a pipe organ instrument, for use with a MIDI file, and I would
> like the release portion to begin after the specified duration.
> 
> And where can a Mac binary for CSound 3.47 be found?
> 
> Thanks,
> Brandon
> 
> PS I would love to hear any pipe organ instruments that anyone has
> designed.
> 
> 
> 
>