Csound Csound-dev Csound-tekno Search About

Re: [Csnd-dev] Score parsing broken for named instruments

Date2017-01-16 01:55
FromNate Whetsell
SubjectRe: [Csnd-dev] Score parsing broken for named instruments
The errors happen after an m or an n, which makes me think commit

https://github.com/csound/csound/commit/732135e92ecafbf36e7f67dc6f43397dd3e1136c

(“fix to n/m in score”) is the culprit. In particular, this—

https://github.com/csound/csound/commit/732135e92ecafbf36e7f67dc6f43397dd3e1136c#diff-6a57cb94d1e5e9b9fed65b9655b7d7e6R629

Date2017-01-16 02:15
FromMichael Gogins
SubjectRe: [Csnd-dev] Score parsing broken for named instruments
Yes, that looks funny, but I am not an expert on regular expressions
or parsing and have no idea what to do here. Presumably [nm] is being
applied to all contexts but should not be applied in instr names.

Indeed, if n and m in the instr names are changed to x, it works. How
to turn off this inside quotes?

Thanks,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sun, Jan 15, 2017 at 8:55 PM, Nate Whetsell
 wrote:
> The errors happen after an m or an n, which makes me think commit
>
> https://github.com/csound/csound/commit/732135e92ecafbf36e7f67dc6f43397dd3e1136c
>
> (“fix to n/m in score”) is the culprit. In particular, this—
>
> https://github.com/csound/csound/commit/732135e92ecafbf36e7f67dc6f43397dd3e1136c#diff-6a57cb94d1e5e9b9fed65b9655b7d7e6R629
>