Sorry if you've already receive this message, but I seem to be having some email problems.
How to I send raw midi messages to the ALSA sequencer?I have a buffer of timestamped midi messages that I'd like to output to the ALSA sequencer. >From the code in seq-sender.c, in the send_event() function, the event type is set explicity(in particular sends a Program Change Event,Echo, and Note events). I just want to send a raw midi message to an output device at a specified time. In this case, setting the event type explicitly would be unnecessary, since the output would interpret the midi message. How do I do this using the ALSA sequencer? Am I supposed to use the raw8 or raw32 event data types? Thanks. _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel