Age | Commit message (Expand) | Author |
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 |
2011-04-28 | Implement a new authentication method allowing aucat and midicat to | Alexandre Ratchov |
2011-04-27 | include signal.h | Alexandre Ratchov |
2011-04-27 | move amsg.h containing protocol defs from aucat side to libsndio side. | Alexandre Ratchov |
2011-04-27 | needs signal.h, too | Theo de Raadt |
2011-04-27 | use more volatile sig_atomic_t in signal handlers | Theo de Raadt |
2011-04-19 | don't hold a pointer to "listen" structure. Instead, when it must | Alexandre Ratchov |
2011-04-18 | reorder macros, no object change | Alexandre Ratchov |
2011-04-16 | use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1), | Alexandre Ratchov |
2011-04-16 | for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATH | Alexandre Ratchov |
2011-04-16 | Since aucat supports any parameter combination sio_getcap() doesn't | Alexandre Ratchov |
2011-04-16 | Make aucat audio and midi backends share the same code to communicate | Alexandre Ratchov |
2011-04-08 | When a message is read (and processed), always call sock_write(), to | Alexandre Ratchov |
2011-03-21 | grammar fixes from Michael W. Bombardieri; also emphasize stderr, as | Okan Demirmen |