summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod
AgeCommit message (Expand)Author
2014-03-17Drop dev_clear(), merge dev_full_cycle() and dev_empty_cycle()Alexandre Ratchov
2014-03-17fix wrong file status stringsAlexandre Ratchov
2014-03-17typo in debug printfAlexandre Ratchov
2014-03-17unbreak monitoring mode, which was shifted in time by 1 blockAlexandre Ratchov
2014-03-07remove unused "delta" argument from onmove callbacksAlexandre Ratchov
2014-03-07remove unused mmc start/stop/relocate call-backs as they don'tAlexandre Ratchov
2014-03-05- properly set initial position: fixes incorrect position reportingAlexandre Ratchov
2014-03-05remove unused "autostart" featureAlexandre Ratchov
2014-03-05remove (unused) square tone generatorAlexandre Ratchov
2014-03-05Check that socket is writable before attempting to write dataAlexandre Ratchov
2014-03-05remove unused varAlexandre Ratchov
2014-02-08copy the correct number of channels in join/expandAlexandre Ratchov
2014-02-08remove debug bits: dont fill with junk unused channelsAlexandre Ratchov
2014-02-08use the correct integer width in calls to AMSG_ISSET()Alexandre Ratchov
2013-12-31Drop blocks and instert silence immediately in the socket rx/tx codeAlexandre Ratchov
2013-12-31round client block size to nearest possbleAlexandre Ratchov
2013-12-20set the target device number of standard system exclusiveAlexandre Ratchov
2013-11-21use -Wmissing-prototypesAlexandre Ratchov
2013-11-19move -Wxxx flags from CFALGS to COPTSAlexandre Ratchov
2013-11-18add missing prototypesAlexandre Ratchov
2013-09-28Fix condition to check if a midi port is referenced. Remove unused bits.Alexandre Ratchov
2013-05-12use -q options order as order of exposed midi portsAlexandre Ratchov
2013-05-12Fix reversed condition to check if a midi port is referenced,Alexandre Ratchov
2013-05-12get NULL definition from stddef.hAlexandre Ratchov
2013-05-05Initialize channel ranges of new slots to full sub-device channels.Alexandre Ratchov
2013-05-05Initialize client rate. Fixes crashes when the client doesn't set theAlexandre Ratchov
2013-03-13don't display warnings if accept() returns ECONNABORTED orAlexandre Ratchov
2013-02-26Encoding conversion buffer size is one stream block, not one deviceAlexandre Ratchov
2013-02-01if a device doesn't respond within two seconds, then just close itAlexandre Ratchov
2012-12-20readjust midi flow control after consuming input dataAlexandre Ratchov
2012-12-07move log_level in utils.h with other logging bitsAlexandre Ratchov
2012-12-06set port = NULL for new connctions, fixes crashesAlexandre Ratchov
2012-12-02simpler text; ok ratchovJason McIntyre
2012-12-01remove misleading XXXs and TODOsAlexandre Ratchov
2012-12-01Parse "-m mode1,mode2,.. " strings strictly.Alexandre Ratchov
2012-11-30drain midi port output buffer before closing it ensuring the lastAlexandre Ratchov
2012-11-30use the hold flag for midi ports as wellAlexandre Ratchov
2012-11-30For MIDI ports, use the same open/close logic as for audio devices:Alexandre Ratchov
2012-11-30When the audio device is closed, mark it as closed beforeAlexandre Ratchov
2012-11-30make DEV_xxx contiguousAlexandre Ratchov
2012-11-30Process incoming MIDI data on the fly rather than using anAlexandre Ratchov
2012-11-30don't exit if midi control port is destroyed (it never is)Alexandre Ratchov
2012-11-23space required between macro args and punctuation;Jason McIntyre
2012-11-23add a -M flag that does nothing; allows setups with -M in sndiod_flagsAlexandre Ratchov
2012-11-23Remplace aucat server by a new sndiod daemon aimed to be simplerAlexandre Ratchov