Age | Commit message (Expand) | Author |
2009-10-27 | slightly cleanup the socket and control bits: | Alexandre Ratchov |
2009-10-27 | set the THRU_AUTOQUIT flag only for ``thru'' devices | Alexandre Ratchov |
2009-10-27 | add missing word in error message | Alexandre Ratchov |
2009-10-22 | When starting playback, the client tries to write ``bufsz'' frames | Alexandre Ratchov |
2009-10-22 | use .Ux in midicat.1, as we do for aucat.1 now | Alexandre Ratchov |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-10-21 | when freeing buffers (i.e. when sio_stop() is called on client side), | Alexandre Ratchov |
2009-10-17 | Add version number to aucat protocol. It's not used yet, | Alexandre Ratchov |
2009-10-12 | sort flags in description. | Igor Sobrado |
2009-10-10 | don't use a references to the device file to check the current mode | Alexandre Ratchov |
2009-10-10 | make dev_done() common to audio and MIDI, and drop dev_thrudone() | Alexandre Ratchov |
2009-10-10 | use dev_done() for loopback devices too and remove dev_loopdone() | Alexandre Ratchov |
2009-10-10 | We don't need independent file reader and writer anymore. So, | Alexandre Ratchov |
2009-10-09 | Make abuf structure smaller: | Alexandre Ratchov |
2009-10-06 | prevent aproc structures to be deleted twice. Doesn't change anything | Alexandre Ratchov |
2009-10-05 | add -d flag. When started in server mode, if the -d flag is | Alexandre Ratchov |
2009-09-27 | remove all debug traces | Alexandre Ratchov |
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 |