Re: [LAD] portmidi and alsa

2007-11-22 Thread Clemens Ladisch
James Stone wrote: > I am hacking on a buzz-like tracker, aldrin. It is written in > Python, but the heavy lifting is done by libzzub, which uses > portmidi for midi implementation. > > At the moment, midi in devices can be selected, midi out are a > bit buggy, but I think that should not be too d

[LAD] portmidi and alsa

2007-11-22 Thread James Stone
Hi there, This may be a very simple question, I am not sure. I am hacking on a buzz-like tracker, aldrin. It is written in Python, but the heavy lifting is done by libzzub, which uses portmidi for midi implementation. At the moment, midi in devices can be selected, midi out are a bit buggy, but

Re: [LAD] ..._1913.xml: No such file or...

2007-11-22 Thread james jwm-art net
On 22/11/2007, "Krzysztof Foltman" <[EMAIL PROTECTED]> wrote: >The lack of xml file is not the reason for the crash, you just get a >warning message from the debugger, which tries to locate the source code >in order to display the line your program crashed in. > >Are you sure you have all ports co

Re: [LAD] ..._1913.xml: No such file or...

2007-11-22 Thread Marc-Olivier Barre
On Nov 22, 2007 6:37 PM, alexander ehlert <[EMAIL PROTECTED]> wrote: > PS: wow, i probably posted years ago to this list ;) Welcome back ;-) __ Marc-Olivier Barre, MarcO'Chapeau. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.lin

Re: [LAD] ..._1913.xml: No such file or...

2007-11-22 Thread alexander ehlert
Hi, > I can't find any information about this. I don't understand or know why > it needs to access the xml file. I don't what I am meant to do to make > sure it finds it, or even where it's meant to be. > > There was no such problem implementing GLAME Butterworth filters. How > I'm meant to tell?

Re: [LAD] ..._1913.xml: No such file or...

2007-11-22 Thread Krzysztof Foltman
james jwm-art net wrote: > I can't find any information about this. I don't understand or know why > it needs to access the xml file. I don't what I am meant to do to make > sure it finds it, or even where it's meant to be. Oh, and by the way: you use 'directory' command in gdb to specify the dir

Re: [LAD] ..._1913.xml: No such file or...

2007-11-22 Thread Krzysztof Foltman
james jwm-art net wrote: > I can't find any information about this. I don't understand or know why > it needs to access the xml file. I don't what I am meant to do to make > sure it finds it, or even where it's meant to be. As far as I understand, the real problem is not related to missing xml fi

[LAD] ..._1913.xml: No such file or...

2007-11-22 Thread james jwm-art net
Hello again, I've coded a module to use the fast_lookahead_limiter plugin. Upon using the LADSPA plugin's run function, it segfaults. gdb reveals: (gdb) step runFastLookaheadLimiter (instance=0x80de1d8, sample_count=1) at fast_lookahead_limiter_1913.xml:79 79 fast_lookahead_limiter_1913.xml