Dragan Noveski a écrit :
Hi,
Folderol wrote:
On Thu, 11 Oct 2007 23:50:57 +0200
Dragan Noveski <perodog@xxxxxxx> wrote:
Folderol wrote:
... and if you have ZynAddSubFX, here are a few more guitar
instrument patches :)
hallo, how do you unpack those .xiz files?
cheers,
doc
Just copy them as they are in the 'banks' folder into a suitable
subfolder.
... oh no, i am just realizing that the /usr/local/share/zynaddsubfx
folder disappeared here!
i can't remember that i removed it, but it is not there anymore.
cheers,
doc
Create a new banks folder in your user directory, and use
'File>settings>Bank root dirs' in Zyn, to point to it.
it is strange, what ever instrument i try to load, i get this output in
the console:
mxml: Missing close tag </!DOCTYPE ZynAddSubFX-data> under parent <?xml
version="1.0" encoding="UTF-8"?>!
and a error message from zyn:
'error:could not load the file'
it seems that something is broken here?
Yes. It sounds for me like there is a regression in new mxml release (2.3).
Waiting for something smarter you can apply the attached patch to the
libmxml's "mxml-file.c" file.
It is a quick and dirty fix, but at least instruments can be loaded and
heard now :-)
Bye
cheers,
doc
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user
--
Emmanuel Saracco
Site: http://esaracco.free.fr
Musiques: http://esaracco.free.fr/musiques.php
Liste Cadeaux: http://esaracco.free.fr/cadeaux.php
--- mxml-file.c.orig 2007-04-23 23:48:03.000000000 +0200
+++ mxml-file.c 2007-10-12 08:11:37.000000000 +0200
@@ -1906,21 +1906,6 @@
if (!mxmlRelease(node))
node = NULL;
}
-
- if (node)
- {
- /*
- * Descend into this node, setting the value type as needed...
- */
-
- if (!first)
- first = node;
-
- parent = node;
-
- if (cb)
- type = (*cb)(parent);
- }
}
else if (buffer[0] == '/')
{
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-user