Age | Commit message (Expand) | Author |
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 |
2011-06-02 | If there are no descriptors to poll, just sleep until SIGALRM | Alexandre Ratchov |
2011-06-02 | close midi control ports and thru boxes only when there are no | Alexandre Ratchov |
2011-06-02 | don't exit from the main loop if there are pending time outs. | Alexandre Ratchov |
2011-05-26 | tweak previous; | Jason McIntyre |
2011-05-26 | slightly clarify -v option description | Alexandre Ratchov |
2011-05-26 | make clipping less ugly, from Sviatoslav Chagaev | Alexandre Ratchov |
2011-05-26 | add a new -w flag to control whether master volume is automatically | Alexandre Ratchov |
2011-05-23 | postion -> position; | Jason McIntyre |
2011-05-10 | fix option handling and enable TCP in midicat | Alexandre Ratchov |
2011-05-09 | move all hardcoded offsets and constants relative to midi system | Alexandre Ratchov |
2011-05-09 | initialize 'pstate' field of the wav structure | Alexandre Ratchov |
2011-05-03 | If the string of the address to listen on is '-' then listen on all | Alexandre Ratchov |
2011-05-02 | Add missing byter order conversions in message headers. Fixes the case | Alexandre Ratchov |
2011-05-02 | set the TCP_NODELAY option for TCP connections | Alexandre Ratchov |
2011-05-02 | fix string containing state names used for debug printf()s, | Alexandre Ratchov |
2011-04-28 | - slight tweak for FILES | Jason McIntyre |
2011-04-28 | remove deadcode, use err(1, "%s", str) instead of err(1, str) | Alexandre Ratchov |