| Just for background information, the behavior change for arrays was
discussed on IRC and further in this email thread on the developer's
list:
https://listserv.heanet.ie/cgi-bin/wa?A2=ind1610&L=CSOUND-DEV&P=16651
It's a backwards incompatible change, but arrays probably should have
been implemented this way in the first place.
On Sun, Oct 23, 2016 at 4:12 PM, Guillermo Senna wrote:
> I just went mad trying to see why some code wasn't working after I
> pulled from develop. I had something like this in the code:
> "gkPlaying[ikey] = 1". This now works at i-time! I had some conditional
> checking the change of that value and it just never evaluated correctly.
>
> For the first hour I thought tablei and then linsegr where broken but
> then I remembered the 6.08 Release notes. So, if you have some code that
> suddenly stopped working, check for arrays being indexed with i-variables!
>
> Cheers.
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
> https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |