Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3961] Re: Feature request

Date2004-01-19 10:49
From"Iain Duncan"
Subject[CSOUND-DEV:3961] Re: Feature request
>  Iain> ; in a reinit pass
>  Iain> ival = i ( aval )
>
> What do you expect it to mean?  An aval is a vector and an ival is a
> scalar.

My intent is to freeze an arate value as an i-rate value. Ie accomplish the
same thing as
kval     downsamp    aval

;in reinit section
ival     init    i(kval)

But with out the seperate downsamp call. If it's impractical, no worries,
but I thought from a users perspective it seemed strange that I could only
freeze a kval with the i().

Thanks
iain