summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/mio_rmidi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use "unsigned int" rather than "unsigned". No object change.ratchov2012-04-111-2/+2
* Add a "device number" component in sndio(7) device names, allowing aratchov2011-11-151-1/+10
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-1/+2
* Use mio_<backend>_ prefix for private midi-related functions and putratchov2011-04-121-32/+30
* remove unnecessary ``return 0'' statements,ratchov2010-07-211-2/+1
* remove trailing spaces, from Alexandr Shadchin, thanksratchov2010-04-241-3/+3
* honor non-blocking flag in mio_open_rmidi(), fixes programsratchov2009-08-011-3/+4
* Make ``static'' few functions that are prototyped as static but are notratchov2009-07-261-2/+2
* sort and space headers as per style(9)ratchov2009-07-261-2/+3
* 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/+158