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...
[Bug] Wrong XML header in customized instruments
-
- KVRer
- 29 posts since 4 Jun, 2005
-
- KVRer
- Topic Starter
- 29 posts since 4 Jun, 2005
By the way - I compiled it from source. Possibly it's some devel-library problem? (I'm using Mandriva 2005)
-
- KVRist
- 219 posts since 23 May, 2004
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
This is because MXML authors changed the API without making possible for me to know inside the program.
Paul
My portfolio:
http://www.paulnasca.com
http://www.paulnasca.com
-
- KVRer
- Topic Starter
- 29 posts since 4 Jun, 2005
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!
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!
