summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/mio_priv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't remove the type component from the device string before passingratchov2015-11-221-2/+2
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* Prefix by '_' symbols that are not part of the API.ratchov2013-11-131-5/+5
* make midi code use non-blocking i/o as does audio code, in orderratchov2012-10-271-1/+4
* Add a "device number" component in sndio(7) device names, allowing aratchov2011-11-151-2/+2
* Remove midicat since aucat can now be used instead of midicatratchov2011-10-171-2/+1
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-21/+1
* Use mio_<backend>_ prefix for private midi-related functions and putratchov2011-04-121-4/+4
* make aucat(1) expose a MIDI device to control server behaviour inratchov2009-08-211-1/+2
* use ``sizeof(string) - 1'' rather than ``strlen(string)'' on staticratchov2009-07-261-2/+2
* use const qualifier in libsndio, making it slightly more consistentratchov2009-07-251-4/+4
* Currently midi capable programs can control midi hardware, butratchov2009-07-251-0/+69