Re!

From: Charles Flèche <[EMAIL PROTECTED]>

> So, this is my problem: I don't know how to send sysex through
> rawmidi!!

I'm not into midi, so I cant help you here. But I see with one eye on
your program that you don't check for errors at all.

> Another small question : how can I force a pause in a program? Is 
> there a function like [delay(10);] who make a pause of 10
> miliseconds in a execution ?

Look for nanosleep() in the info pages of the glibc documentation.
sleep() is also available, but can onle handle whole seconds.


Bye,
        Robert

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to