I'm trying to convert the old midi oss3 driver in dosbox so that you can
use it with oss4 as you can see in this thread over at the dosbox forums:
http://vogons.zetafleet.com/viewtopic.php?t=21638
I've got it to work but I have a problem with note skipping and such. So I
had to do a "usleep(2);" to get rid of it. However I do realise that this in
not the optimal way of doing it.
So I try to use MIDI_MODE_TIMED (
http://manuals.opensound.com/developer/SNDCTL_MIDI_SETMODE.htm) instead so I
can ditch usleep. But I can't get it to work! I use the ioctl call but it
says that there is no such device :S
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to