Csound Csound-dev Csound-tekno Search About

[Csnd] parsing issue...

Date2013-10-03 18:08
FromRory Walsh
Subject[Csnd] parsing issue...
Perhaps related to other parsing issues reported with Csound6, but the
following produces a syntax error:

outs (a1)*k1, (a1)*k2

but the this doesn't:

outs a1*(k1), (a1)*k2

Date2013-10-03 19:04
FromRory Walsh
Subject[Csnd] Re: parsing issue...
Sorry, seems that after I built the latest GIT I didn't install it!
Works fine now...


On 3 October 2013 18:08, Rory Walsh  wrote:
> Perhaps related to other parsing issues reported with Csound6, but the
> following produces a syntax error:
>
> outs (a1)*k1, (a1)*k2
>
> but the this doesn't:
>
> outs a1*(k1), (a1)*k2