index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libsndio
/
mio_priv.h
Age
Commit message (
Expand
)
Author
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2013-11-13
Prefix by '_' symbols that are not part of the API.
Alexandre Ratchov
2012-10-27
make midi code use non-blocking i/o as does audio code, in order
Alexandre Ratchov
2011-11-15
Add a "device number" component in sndio(7) device names, allowing a
Alexandre Ratchov
2011-10-17
Remove midicat since aucat can now be used instead of midicat
Alexandre Ratchov
2011-04-16
Make aucat audio and midi backends share the same code to communicate
Alexandre Ratchov
2011-04-12
Use mio_<backend>_ prefix for private midi-related functions and put
Alexandre Ratchov
2009-08-21
make aucat(1) expose a MIDI device to control server behaviour in
Alexandre Ratchov
2009-07-26
use ``sizeof(string) - 1'' rather than ``strlen(string)'' on static
Alexandre Ratchov
2009-07-25
use const qualifier in libsndio, making it slightly more consistent
Alexandre Ratchov
2009-07-25
Currently midi capable programs can control midi hardware, but
Alexandre Ratchov