summaryrefslogtreecommitdiff
path: root/usr.bin/aucat
AgeCommit message (Expand)Author
2011-11-15add missing full stop;Jason McIntyre
2011-11-15Add a "device number" component in sndio(7) device names, allowing aAlexandre Ratchov
2011-10-24mention that -aoff is not the default for the default deviceAlexandre Ratchov
2011-10-18keep the device closed by default (when not used)Alexandre Ratchov
2011-10-18remove duplicate options in getopt() stringAlexandre Ratchov
2011-10-17Remove midicat since aucat can now be used instead of midicatAlexandre Ratchov
2011-10-14s/chuck/chunk/, from Remco, thanks!Alexandre Ratchov
2011-10-12- avoid line wrapping an exampleJason McIntyre
2011-10-12Simplify and improve the way options are parsed and remove ~300 linesAlexandre Ratchov
2011-06-30switch to license in /usr/share/misc/license.templateAlexandre Ratchov
2011-06-29make -u flag per-device similarly to -a and -wAlexandre Ratchov
2011-06-27remove two forgotten debug printf()sAlexandre Ratchov
2011-06-27Display the CPU usage when -ddddd is used, ie the time spent onAlexandre Ratchov
2011-06-27expose audio client names through sysex messages, this way anyAlexandre Ratchov
2011-06-20Make -aoff option apply to MIDI ports (-q) as well, ensuring the deviceAlexandre Ratchov
2011-06-03Allow device encoding to be set if -u is also used. Useful to degradeAlexandre Ratchov
2011-06-03factor tests for f->opt->join flag, no behaviour changeAlexandre Ratchov
2011-06-03Clarify that the ratio between sample rate and block sizeAlexandre Ratchov
2011-06-03Reorganize the way command line options are parsed and stored.Alexandre Ratchov
2011-06-03update EXAMPLES to use "-joff", since "-jon" is the defaultAlexandre Ratchov
2011-06-02If there are no descriptors to poll, just sleep until SIGALRMAlexandre Ratchov
2011-06-02close midi control ports and thru boxes only when there are noAlexandre Ratchov
2011-06-02don't exit from the main loop if there are pending time outs.Alexandre Ratchov
2011-05-26tweak previous;Jason McIntyre
2011-05-26slightly clarify -v option descriptionAlexandre Ratchov
2011-05-26make clipping less ugly, from Sviatoslav ChagaevAlexandre Ratchov
2011-05-26add a new -w flag to control whether master volume is automaticallyAlexandre Ratchov
2011-05-23postion -> position;Jason McIntyre
2011-05-10fix option handling and enable TCP in midicatAlexandre Ratchov
2011-05-09move all hardcoded offsets and constants relative to midi systemAlexandre Ratchov
2011-05-09initialize 'pstate' field of the wav structureAlexandre Ratchov
2011-05-03If the string of the address to listen on is '-' then listen on allAlexandre Ratchov
2011-05-02Add missing byter order conversions in message headers. Fixes the caseAlexandre Ratchov
2011-05-02set the TCP_NODELAY option for TCP connectionsAlexandre Ratchov
2011-05-02fix string containing state names used for debug printf()s,Alexandre Ratchov
2011-04-28- slight tweak for FILESJason McIntyre
2011-04-28remove deadcode, use err(1, "%s", str) instead of err(1, str)Alexandre Ratchov
2011-04-28Implement a new authentication method allowing aucat and midicat toAlexandre Ratchov
2011-04-27include signal.hAlexandre Ratchov
2011-04-27move amsg.h containing protocol defs from aucat side to libsndio side.Alexandre Ratchov
2011-04-27needs signal.h, tooTheo de Raadt
2011-04-27use more volatile sig_atomic_t in signal handlersTheo de Raadt
2011-04-19don't hold a pointer to "listen" structure. Instead, when it mustAlexandre Ratchov
2011-04-18reorder macros, no object changeAlexandre Ratchov
2011-04-16use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1),Alexandre Ratchov
2011-04-16for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATHAlexandre Ratchov
2011-04-16Since aucat supports any parameter combination sio_getcap() doesn'tAlexandre Ratchov
2011-04-16Make aucat audio and midi backends share the same code to communicateAlexandre Ratchov
2011-04-08When a message is read (and processed), always call sock_write(), toAlexandre Ratchov
2011-03-21grammar fixes from Michael W. Bombardieri; also emphasize stderr, asOkan Demirmen