[Csnd] n after t
| Date | 2019-06-10 21:42 |
| From | john |
| Subject | Re: [Csnd] n after t |
Looks like a bug to me. At present I have no idea why it breaks and
simple tracing has not even tried the t operation. I wil investigate
further
On Mon, 10 Jun 2019, luis jure wrote:
>
> The score statement "n" (repeat a named section) doesn't seem to work after
> a tempo statement, please see the MWE attached. Is there a reason for this,
> or is it just a bug? It works fine after "b" or "v".
>
> This is on linux, csound compiled from git yesterday June 9 (commit
> 434d86948b663ffbb1fc2e302b44b7d00d4fcc98).
>
>
>
>
> --
>
> 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 |
| Date | 2019-06-10 21:47 |
| From | luis jure |
| Subject | Re: [Csnd] n after t |
el 2019-06-10 a las 21:42 john escribió:
> Looks like a bug to me. At present I have no idea why it breaks and
> simple tracing has not even tried the t operation. I wil investigate
> further
thanks, john.
--
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 |
| Date | 2019-06-11 16:13 |
| From | john |
| Subject | Re: [Csnd] n after t |
Just an update. The problem is with the t opcode when it is copying te
fields. It copies the 0 and 80 and the next token is n which could be
part of a carried field (np for example) so it continues reading until the
d which is now unexected.
I know in which function the problemlies but so ar fhave not founfd a nice
solution (or even a nasty one)
Anyway Inot understand what is happening so (fingers/legs /toes crossed)
it ought to be fixable.
==John
On Mon, 10 Jun 2019, luis jure wrote:
> el 2019-06-10 a las 21:42 john escribió:
>
>> Looks like a bug to me. At present I have no idea why it breaks and
>> simple tracing has not even tried the t operation. I wil investigate
>> further
>
>
> thanks, john.
>
>
>
>
> --
>
> 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 |
| Date | 2019-06-11 17:21 |
| From | john |
| Subject | Re: [Csnd] n after t |
I found a reasonably simple fix; in git now
On Tue, 11 Jun 2019, john wrote:
> Just an update. The problem is with the t opcode when it is copying te
> fields. It copies the 0 and 80 and the next token is n which could be part
> of a carried field (np for example) so it continues reading until the d which
> is now unexected.
>
> I know in which function the problemlies but so ar fhave not founfd a nice
> solution (or even a nasty one)
>
> Anyway Inot understand what is happening so (fingers/legs /toes crossed) it
> ought to be fixable.
>
> ==John
>
>
> On Mon, 10 Jun 2019, luis jure wrote:
>
>> el 2019-06-10 a las 21:42 john escribió:
>>
>>> Looks like a bug to me. At present I have no idea why it breaks and
>>> simple tracing has not even tried the t operation. I wil investigate
>>> further
>>
>>
>> thanks, john.
>>
>>
>>
>>
>> --
>>
>> 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
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 |