Re: [Alsa-devel] [PATCH] USB MIDI bugs

2002-11-12 Thread Clemens Ladisch
Fernando Pablo Lopez-Lezcano wrote: > > Thanks! sequencer input is now working on Muse (both 0.5 and 0.6 > > versions)! Regretfully output seems to not work now :-( > > > > If I turn on debugging in Muse I can see the input events (note on and > > note off) being accepted and then the attempt to se

[Alsa-devel] RME DSP / Multiface documentation? (hdsp.c)

2002-11-12 Thread M. Nentwig
Hello, I would like to help with the Hammerfall DSP driver. Is there any additional technical information? Could someone be so kind and forward it to me? The driver is easily readable, but it wouldn't hurt if I had the original documents still. Two more things: - The driver uses inlined functions

[Alsa-devel] [PATCH] Use rawmidi device name for sequencer client name

2002-11-12 Thread Clemens Ladisch
Index: alsa-kernel/core/seq/seq_midi.c === RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_midi.c,v retrieving revision 1.9 diff -u -r1.9 seq_midi.c --- alsa-kernel/core/seq/seq_midi.c 6 Aug 2002 07:28:26 - 1.9 +++ alsa

Re: [Alsa-devel] RME DSP / Multiface documentation? (hdsp.c)

2002-11-12 Thread Paul Davis
>I would like to help with the Hammerfall DSP driver. >Is there any additional technical information? Could someone be so kind >and forward it to me? The driver is easily readable, but it wouldn't >hurt if I had the original documents still. there are no documents. i have source code for a differe

Re: [Alsa-devel] RME DSP / Multiface documentation? (hdsp.c)

2002-11-12 Thread Paul Davis
>- In snd_hdsp_interrupt: The first four lines determine, why the >interrupt was triggered (audio, midi0, midi1). Now the MIDI code further >down does not use that information, but the MIDI status instead. this is necessary because there is no interrupt for "output space available" on the MIDI po