Csound Csound-dev Csound-tekno Search About

[Csnd] Moving a k-rate variable into an i-rate variable

Date2005-08-26 19:56
Fromschwaahed
Subject[Csnd] Moving a k-rate variable into an i-rate variable
AttachmentsNone  

Date2005-08-26 20:09
From"Matt J. Ingalls"
SubjectRe: [Csnd] Moving a k-rate variable into an i-rate variable
ival = i(kval)

just be careful to make sure that the kval is indeed valid - some opcodes 
which return krate values do not return value at irate.

On Fri, 26 Aug 2005, schwaahed wrote:

> Hello,
>
> Is it possible to move a k-rate variable into an i-rate variable ?
>
> I'm thinking of something like downsamp but instead of a->k
>
> k->i
>
>
> Thanks
> -schwaahed
> --
> Send bugs reports to this list.
> To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
>
-- 
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk

Date2005-08-26 20:15
Fromschwaahed
SubjectRe: [Csnd] Moving a k-rate variable into an i-rate variable
AttachmentsNone