> This fixes sequencer input from USB MIDI. Both usbmidi.c and seq_midi.c
> thought they could use substream->runtime->private_data for themselves.

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 send them to the output
that fails with this error:

MidiAlsaDevice::putEvent(): midi write error, returns -19 expected 28:
No such device

This is the printout of the received event:
MidiInput: port:0 chan:0 type:0x90 a=58 b=56

and the output event that precedes the error message:
MidiOut: MidiAlsa: port:0 chan:0 type:0x90 a=58 b=56

There are no error printed when Muse subscribes to the input and output
ports. I'll see if I can repeat the error with some other software
package. 

Thanks again for all your help!
-- Fernando




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to