Csound Csound-dev Csound-tekno Search About

I want to add a simple line envelope to this resonfile...HOW???]

Date1998-10-23 14:58
FromSONICMAN
SubjectI want to add a simple line envelope to this resonfile...HOW???]
AttachmentsNone  
 

> In the following orc. I just want to add an envelope to control the
> A,D,S, of the Reson afilt,  any body know how?
>
> sr=44100
> kr=4410
> ksmps=10
> nchnls=1
>
> instr 1
> amp oscil 10000,p5,1
> a1 line 2,3.5,10000
> afilt reson a1, 10, 100,
> out afilt*amp
> endin
>
> Thank you,
>  

  
In the following orc. I just want to add an envelope to control the
A,D,S, of the Reson afilt,  any body know how?

sr=44100
kr=4410
ksmps=10
nchnls=1

instr 1
amp oscil 10000,p5,1
a1 line 2,3.5,10000
afilt reson a1, 10, 100,
out afilt*amp
endin

Thank you,
Marcus