Csound Csound-dev Csound-tekno Search About

Re: [Csnd-dev] Open Issues on github

Date2017-03-06 17:05
FromNate Whetsell
SubjectRe: [Csnd-dev] Open Issues on github
“Repeatedly calling csoundReset on Windows causes abort”  is labeled as Windows-only, but it was later found to be reproducible on Linux .

In “String formatting opcodes are inconsistent” , there’s a note  about prints and fprints printing two percent signs (%%) literally, which is likely a bug. (sprintf prints one percent sign for %%.)

“parenthesis in score macro arguments.”  — As far as I understand it, commit a42d90e  requires escaping end parentheses passed in macro arguments, even end parentheses in strings. It seems like it should be possible to address issue 721 without the need for escaping by using Flex’s start condition stacks and appropriately defined start conditions