| I've wanted this ability too, but there's one tricky bit in what to do
about opcodes that return multiple values, particularly when in the
middle of an expression. The simple way is just to disallow it and
allow only calling opcodes as functions if they have a single output
argument. That seems fairly trivial to do. If we want to allow
multi-arg return opcodes, then we'll have to come up with some sort of
rules for it.
Thoughts?
On Fri, Oct 1, 2010 at 6:13 AM, wrote:
>> Would it be possible to implement the parsing of opcodes as functions
>> now?
>>
>> a1 = oscil(k1,k2,1)
>>
>> a1 = oscil(k1, k2+oscil(k3,k2,1), 1)
>>
>>
>> That would be very nice.
>>
>
> Basically possible; need to kix the reported bug first but not much hassle
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |