[EMAIL PROTECTED] wrote:

> http://www.suse.de/~mana/seqdemo.c
> However, I've been unable to get it to work. It compiles, but
> running it doesn't do anything even when I send midi input from my
> keyboard. It simply blocks.

This test program simply creates a port, and prints the events sent to
this port. If you want to see anything, you have to connect another
port to the sample's port. See "aconnect -i" and "aconnect -o" for a
list of input and output ports, respectively. You can connect two
ports with, e.g., "aconnect 64:0 128:0".

A real program would be able to create a connection by itself (see
snd_seq_connect_from/to).


HTH
Clemens




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to