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
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
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
>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
>- 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