Bug#661887: mxml: Bad control character error when attempting to load banks

2012-06-11 Thread Lawrence D'Oliveiro
On Mon, 11 Jun 2012 07:54:57 +, David Hanson wrote: > I have tested your patch and it fixes the problem on my system. > Since there hasn't been any response/action from the maintainer, I've > filed a bug report (3534255) on the ZynAddSubFx SourceForge project > page. I included your patch in

Bug#661887: mxml: Bad control character error when attempting to load banks

2012-04-23 Thread Lawrence D'Oliveiro
Hi. Here is a proposed fix for this problem. The original code was using gzseek/gzeof/gztell to figure out the uncompressed size of a compressed instrument bank file, to preallocate the buffer for reading its contents, and something in zlib has broken that. I know this is supposed to work, but it