Brian Victor wrote:
> I'm using a MidiSport 1x1 and devfs.  The modules are loading, pmidi is
> displaying the MidiSport and playing MIDI files through it just fine, so
> I presume output through /dev/snd/seq is working.  cat /dev/snd/midiC0D0
> displays approrpriate "garbage" characters, but cat /dev/snd/seq does
> nothing,

This is OK, /dev/snd/seq cannot be accessed as a byte stream, unlike some
other devices. You have to use a program using the ALSA sequencer API to
test sequencer input.

> and the seqdemo.c sample just sits there.

seqdemo.c prints only those events sent to its port. Use aconnect to
connect the 1x1 port to the seqdemo port.


HTH
Clemens



-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.thinkgeek.com/sf/
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to