summaryrefslogtreecommitdiff
path: root/lib/libsndio/mio_rmidi.c
AgeCommit message (Expand)Author
2019-06-29Check if syscalls return -1 instead of any negative value.Alexandre Ratchov
2018-09-19fix message to reflect "rmidi" is the expected string; ok ratchov@miko
2018-09-19sys/stat.h not needed here; ok ratchov@miko
2017-11-04polish debug printfs, no behaviour change.Alexandre Ratchov
2016-01-09Make code fit in 80 columns, remove trailing spaces & tabs.Alexandre Ratchov
2015-12-20Expose internal functions necessary to open audio devices and midiAlexandre Ratchov
2015-11-30MIO_IN needs O_RDONLY, not O_WRONLYAlexandre Ratchov
2015-11-24Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error).Alexandre Ratchov
2015-11-22Don't remove the type component from the device string before passingAlexandre Ratchov
2015-10-02Validate that midi and audio device numbers are integers.Alexandre Ratchov
2015-10-02As device path is known, use its size instead of PATH_MAXAlexandre Ratchov
2015-10-02Use macros for audio and midi device paths rather than hardcodedAlexandre Ratchov
2015-10-02fix typo in debug messageAlexandre Ratchov
2015-02-16Drop yet another hook for ':' char in midi device names.Alexandre Ratchov
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2013-11-13Prefix by '_' symbols that are not part of the API.Alexandre Ratchov
2012-10-27make midi code use non-blocking i/o as does audio code, in orderAlexandre Ratchov
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2011-11-15Add a "device number" component in sndio(7) device names, allowing aAlexandre Ratchov
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2011-04-12Use mio_<backend>_ prefix for private midi-related functions and putAlexandre Ratchov
2010-07-21remove unnecessary ``return 0'' statements,Alexandre Ratchov
2010-04-24remove trailing spaces, from Alexandr Shadchin, thanksAlexandre Ratchov
2009-08-01honor non-blocking flag in mio_open_rmidi(), fixes programsAlexandre Ratchov
2009-07-26Make ``static'' few functions that are prototyped as static but are notAlexandre Ratchov
2009-07-26sort and space headers as per style(9)Alexandre Ratchov
2009-07-25use const qualifier in libsndio, making it slightly more consistentAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov