[Bug] Wrong XML header in customized instruments

Official support for: zynaddsubfx.sourceforge.net
Post Reply New Topic
RELATED
PRODUCTS

Post

Every instrument file that I save begins with a blank line followed by

<?xml version="1.0" encoding="UTF-8"??>

Notice the two question marks before the greater sign (??>) instead of one (?>). This causes any custom instrument to fail to be loaded at all, so I have to correct it manually (extract & edit the .xiz file).
I couldn't find the error in the source code and I hope it's not only in my system...

Post

By the way - I compiled it from source. Possibly it's some devel-library problem? (I'm using Mandriva 2005)

Post

The problem is because you used wrong version of mxml library. You need to use mxml 2.2 for zynaddsubfx 2.2.1.
This is because MXML authors changed the API without making possible for me to know inside the program.
Paul

Post

Thanks a lot!
I installed libmxml2.2_0 on my Mandriva LE2005 system, recompiled ZynAddSubFX - now it works perfectly - saving & loading the instruments as well as the copy & paste functions!

Post Reply

Return to “ZynAddSubFX”