http://www.embedded.com/showArticle.jhtml?articleID=55301858
Hi Tim,
> >In the meantime, I've put together a little MIDI routing module for
> >Python and ALSA. I'm tentatively calling it pyseq, and you can find
> >it at
> >http://www.math.tu-berlin.de/~brinkman/software/pyseq.tgz
> >if you're interested. I'm using ctypes to expose the snd_seq_event
> >
[me]
>Ah, an interesting little piece of code. There seems to be a memory
>leak in startMidiLoop() -- the pfds are never free()'d.
My bad. All this c++ made me forget what alloca() does. Sorry.
Cheers, Tim
Hi Peter,
>I remember that I looked at nam a while ago, but I must admit that I
>didn't get very far with it. When I looked at your page again just now,
>I noticed that the tar ball nam*.tgz has disappeared.
Sorry, my fault. It's up now FWIW.
>In the meantime, I've put together a little MIDI rou