Re: [Csnd-dev] [EXTERNAL] Re: [Csnd-dev] Line continuation issue
Victor Lazzarini <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
That's great, thanks. Prof. Victor Lazzarini Maynooth University Ireland On 11 Jun 2024, at 16:56, Dave Seidel <[email protected]> wrote: *Warning* This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe. OK, cool. This is the only parser issue I've seen. When I add the continuation char (three places in my code), it runs. On Tue, Jun 11, 2024 at 11:53 AM vlz <[email protected]<mailto:[email protected]>> wrote: yes, there is a ticket open on that exact issue, #1886 As I said there are a few minor parser issues, and it's good time to figure out if there are others. Prof. Victor Lazzarini Maynooth University Ireland > On 11 Jun 2024, at 16:48, Dave Seidel <[email protected]<mailto:[email protected]>> wrote: > > > Using develop, this code fails unless I add '\' after each line in the expression: > > aout = (adiff * $CTL_COMBOS_DIFF1) + > (adiff2 * $CTL_COMBOS_DIFF2) + > (adiff3 * $CTL_COMBOS_DIFF3) + > (asum * $CTL_COMBOS_SUM1) + > (asum2 * $CTL_COMBOS_SUM2) + > (aprod * $CTL_COMBOS_PROD) > > This seems like a regression to me. Is this a known parser issue, or should I make a new ticket?