Age | Commit message (Expand) | Author |
2012-04-25 | Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks! | Alexandre Ratchov |
2012-04-25 | later -> latter; | Jason McIntyre |
2012-04-19 | unbreak compilation without DEBUG defined | Alexandre Ratchov |
2012-04-11 | In the "reply" code path, lock the socket while invoking the | Alexandre Ratchov |
2012-04-11 | flush the log and abort() if we try to destroy a NULL aproc | Alexandre Ratchov |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-04-04 | tweak previous; ok ratchov | Jason McIntyre |
2012-04-04 | Add a simple and clear (hopefully) description of what sndiod does. | Alexandre Ratchov |
2012-04-04 | Fix memory leak in the error handling code path of failed device | Alexandre Ratchov |
2012-03-29 | Don't spin if accept() fails because it is out of file descriptors, | Alexandre Ratchov |
2012-03-23 | add a MIDI-controlled master volume knob to adjust the mix of | Alexandre Ratchov |
2012-02-09 | Crank the default buffer size to 160ms (ie 7680 frames at 48kHz). | Alexandre Ratchov |
2012-01-26 | Make the default rate 48kHz and the default block size 10ms. These | Alexandre Ratchov |
2012-01-14 | remove unused variables, from Michael W. Bombardieri, thanks! | Alexandre Ratchov |
2012-01-10 | Fix the way the mixer figures out which groups of streams have | Alexandre Ratchov |
2012-01-10 | hide "device disappeared" messages unless -d is used | Alexandre Ratchov |
2012-01-10 | When a sub-device is created (-s), check if a hardware | Alexandre Ratchov |
2011-12-09 | zap trailing whitespace, from jmc | Alexandre Ratchov |
2011-12-09 | fix usage string: remove -M from aucat and -l from aucat and sndiod | Alexandre Ratchov |
2011-12-09 | add a new sndiod audio/midi daemon and hide aucat server-specific | Alexandre Ratchov |
2011-12-02 | don't use a "server" flag, just check if we expose sub-devices | Alexandre Ratchov |
2011-12-02 | reuse midi-control code to implement midi thru boxes and remove | Alexandre Ratchov |
2011-12-02 | initialize device reference counter, unbreaks -aoff | Alexandre Ratchov |
2011-12-02 | remove unused 'reqrate' parameter | Alexandre Ratchov |
2011-12-02 | don't add .wav header to .syx files | Alexandre Ratchov |
2011-11-20 | Move mmc/mtc and volume control bits from struct aproc to struct | Alexandre Ratchov |
2011-11-16 | mark the device as closed before closing streams attached to it. | Alexandre Ratchov |
2011-11-16 | prefix device-specific messages by the device name, since we | Alexandre Ratchov |
2011-11-16 | consider there's no dependency between two aprocs, if | Alexandre Ratchov |
2011-11-15 | make midi 'owner' pointer per-output | Alexandre Ratchov |
2011-11-15 | add missing full stop; | Jason McIntyre |
2011-11-15 | Add a "device number" component in sndio(7) device names, allowing a | Alexandre Ratchov |
2011-10-24 | mention that -aoff is not the default for the default device | Alexandre Ratchov |
2011-10-18 | keep the device closed by default (when not used) | Alexandre Ratchov |
2011-10-18 | remove duplicate options in getopt() string | Alexandre Ratchov |
2011-10-17 | Remove midicat since aucat can now be used instead of midicat | Alexandre Ratchov |
2011-10-14 | s/chuck/chunk/, from Remco, thanks! | Alexandre Ratchov |
2011-10-12 | - avoid line wrapping an example | Jason McIntyre |
2011-10-12 | Simplify and improve the way options are parsed and remove ~300 lines | Alexandre Ratchov |
2011-06-30 | switch to license in /usr/share/misc/license.template | Alexandre Ratchov |
2011-06-29 | make -u flag per-device similarly to -a and -w | Alexandre Ratchov |
2011-06-27 | remove two forgotten debug printf()s | Alexandre Ratchov |
2011-06-27 | Display the CPU usage when -ddddd is used, ie the time spent on | Alexandre Ratchov |
2011-06-27 | expose audio client names through sysex messages, this way any | Alexandre Ratchov |
2011-06-20 | Make -aoff option apply to MIDI ports (-q) as well, ensuring the device | Alexandre Ratchov |
2011-06-03 | Allow device encoding to be set if -u is also used. Useful to degrade | Alexandre Ratchov |
2011-06-03 | factor tests for f->opt->join flag, no behaviour change | Alexandre Ratchov |
2011-06-03 | Clarify that the ratio between sample rate and block size | Alexandre Ratchov |
2011-06-03 | Reorganize the way command line options are parsed and stored. | Alexandre Ratchov |
2011-06-03 | update EXAMPLES to use "-joff", since "-jon" is the default | Alexandre Ratchov |