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