Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3959] Feature request

Date2004-01-19 08:35
From"Iain Duncan"
Subject[CSOUND-DEV:3959] Feature request
Sorry, can't remember if this has been brought up before.

I would dearly dearly love to be able to use the

ival = i ( kval )

statement with a-rate args. ie

; in a reinit pass
ival = i ( aval )

This would be very helpful for some reinit code I'm working on. Would this
be hard to implement in Csound5?

Thank for listening,
Iain

Date2004-01-19 10:17
Fromjpff@codemist.co.uk
Subject[CSOUND-DEV:3960] Re: Feature request
>>>>> "Iain" == Iain Duncan  writes:

 Iain> Sorry, can't remember if this has been brought up before.
 Iain> I would dearly dearly love to be able to use the

 Iain> ival = i ( kval )

 Iain> statement with a-rate args. ie

 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.

==John ffitch