Age | Commit message (Expand) | Author |
2009-09-19 | if pipe_read() returns 0 we are at EOF and the structure describing | Jacob Meuser |
2009-09-19 | if the device is dying, don't try to stop it, otherwise this would | Alexandre Ratchov |
2009-09-19 | tag the device as stopped even if sio_stop() failed (ie. device | Alexandre Ratchov |
2009-08-29 | accept ``common'' messages (including system explusive) on the | Alexandre Ratchov |
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov |
2009-08-28 | top device before closing it. It's necessary to ensure that if we | Alexandre Ratchov |
2009-08-27 | don't discard the initial volume change message; now it matters | Alexandre Ratchov |
2009-08-27 | when an audio program connects to aucat, restore the volume it | Alexandre Ratchov |
2009-08-26 | when allocating the midi channel for the volume control of a new | Alexandre Ratchov |
2009-08-26 | oops, forgot to update usage(); | Jason McIntyre |
2009-08-26 | don't mess with audio internals from within the midi bits. Instead | Alexandre Ratchov |
2009-08-25 | sub-devices exposed by aucat and sockets it's listening on are | Alexandre Ratchov |
2009-08-23 | Make aucat remember the control channel number a client is using. When the | Alexandre Ratchov |
2009-08-21 | tweak previous; | Jason McIntyre |
2009-08-21 | make aucat(1) expose a MIDI device to control server behaviour in | Alexandre Ratchov |
2009-08-19 | don't try to process -o arguments using the input file list, fixes | Alexandre Ratchov |
2009-08-19 | organize midi code like audio code, no functional change | Alexandre Ratchov |
2009-08-17 | allow midicat to take multiple -i and -o options | Alexandre Ratchov |
2009-08-17 | if one or more MIDI devices are specified in server mode, subscribe | Alexandre Ratchov |
2009-07-25 | sio_open returns a pointer so the < 0 comparison is wrong | Alexandre Ratchov |
2009-07-25 | fix comments, remove no longer needed declaration, reorder includes | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-07-19 | missing va_end in abuf_dprn. ok ratchov@ | Martynas Venckus |
2009-06-04 | don't trust the compiler to generate warnings we care about, | Jonathan Gray |
2009-05-16 | use the ``hello'' message a to set the device mode, and thus make | Alexandre Ratchov |
2009-05-16 | add a new ``hello'' message to aucat protocol useful to work on | Alexandre Ratchov |
2009-05-09 | clarify what happens if no device is specified and/or no | Alexandre Ratchov |
2009-04-27 | make -v option apply also to implicit default socket | Alexandre Ratchov |
2009-04-22 | move support for ulaw/alaw encoding in .wav files from legacy mode | Alexandre Ratchov |
2009-04-11 | - make legacy mode use sio_open(3) (sndio) API | Jacob Meuser |
2009-04-10 | avoid Xr to self; | Jason McIntyre |
2009-04-10 | Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does. | Alexandre Ratchov |
2009-03-17 | - rename the arg to -b "nframes" and sync usage() | Jason McIntyre |
2009-03-17 | DESCRIPTION should also note aucat's ability to act as a server | Alexandre Ratchov |
2009-03-15 | fix a couple comment typos | Jacob Meuser |
2009-03-12 | in full-duplex, don't send AMSG_MOVE messages twice; instead, | Alexandre Ratchov |
2009-02-27 | say that aucat can act as audio server in the NAME section | Alexandre Ratchov |
2009-02-13 | style and typos fixes from Thomas Pfaff | Alexandre Ratchov |
2009-02-06 | simplify the clock tick messages generation code and ensuire that | Alexandre Ratchov |
2009-02-06 | move error messages reported to user into main() | Alexandre Ratchov |
2009-02-04 | if there are too many connections, stop acceping new ones rather | Alexandre Ratchov |
2009-02-04 | document server mode with help from jmc@ | Alexandre Ratchov |
2009-02-04 | daemonize when in server mode, suggested by many | Alexandre Ratchov |
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov |
2009-01-25 | don't set malloc_options to not interfer with /etc/malloc.conf | Alexandre Ratchov |
2009-01-23 | catch SIGHUP and SIGTERM too, to ensure that recorded files are | Alexandre Ratchov |
2009-01-23 | spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com> | Alexandre Ratchov |
2009-01-10 | tweak previous; | Jason McIntyre |
2009-01-10 | add "loopback" mode in which input is connected to the output. | Alexandre Ratchov |
2009-01-06 | don't use a reference to the device file. Use the corresponding aproc | Alexandre Ratchov |