On Tue, 2005-11-15 at 11:45 +0100, IOhannes m zmoelnig wrote: <snip>
One observation is that valgrind throws up this:
==8036== Conditional jump or move depends on uninitialised value(s) ==8036== at 0x1B9A7C10: snd_seq_event_input_pending (in /lib/libasound.so.2.0.0) ==8036== by 0x80F6AB2: sys_alsa_poll_midi (s_midi_alsa.c:195)
<snip>
you could try and initialize midi_handle (and while you are there: mididev) to 0 at the beginning of s_midi.alsa.c this should fix this problem (though i haven't tested)
mfg.ads.r IOhannes
Just tried, and that doesn't fix it. I'm a bit clueless about this one i'm afraid.