| At the moment, only opcodes with a single output variable are possible, as we do not have (yet) a tuple
representation.
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie
On 4 Jul 2014, at 00:00, Giorgio Zucco wrote:
> Hi, is possible use the new function syntax with opcode like freeverb? or
> also with others opcodes with two audio outputs? my simple test :
>
>
>
>
>
> sr= 44100
> ksmps= 1
> nchnls = 2
> 0dbfs=1
>
>
> instr 1
>
> asig = pluck(.4,440,440,0,1)
> outs reverb(asig,.5)+asig,reverb(asig,.5)+asig
>
> endin
>
>
> instr 2
>
> asig = pluck(.4,440,440,0,1)
> outs freeverb(asig,asig,0.8,0.3)+asig , freeverb(asig,asig,0.8,0.3)+asig ;
> ?????????
>
> endin
>
>
>
> i1 0 4 ; work!
> i2 4 4 ; no work!
>
>
>
> some help? many thanks!
>
> Giorgio
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Function-syntax-and-freeverb-tp5736184.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>
|