Jaroslav Kysela wrote:
>
> On Fri, 27 Jun 2003, Marcus Andersson wrote:
>
> > Hi,
> >
> > I have found the reason for the loss of input bytes on the hdsp midi,
> > but I don't know how to correctly fix it.
> >
> > The function snd_hdsp_midi_input_trigger() is repeatedly called with
> > up==true.
On Fri, 27 Jun 2003, Marcus Andersson wrote:
> Hi,
>
> I have found the reason for the loss of input bytes on the hdsp midi,
> but I don't know how to correctly fix it.
>
> The function snd_hdsp_midi_input_trigger() is repeatedly called with
> up==true. This results in the input being flushed. D
Hi,
I have found the reason for the loss of input bytes on the hdsp midi,
but I don't know how to correctly fix it.
The function snd_hdsp_midi_input_trigger() is repeatedly called with
up==true. This results in the input being flushed. Definitely not good.
Can someone tell me what this function