summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/midi.c
AgeCommit message (Expand)Author
2013-11-18add missing prototypesAlexandre Ratchov
2012-10-27use unsigned chars for midi messages (to avoid gcc warning)Alexandre Ratchov
2012-09-25Upon "master volume change" message, send feedback to other clientsAlexandre Ratchov
2012-04-25Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks!Alexandre Ratchov
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-03-23add a MIDI-controlled master volume knob to adjust the mix ofAlexandre Ratchov
2011-12-02reuse midi-control code to implement midi thru boxes and removeAlexandre Ratchov
2011-11-20Move mmc/mtc and volume control bits from struct aproc to structAlexandre Ratchov
2011-11-15make midi 'owner' pointer per-outputAlexandre Ratchov
2011-10-12Simplify and improve the way options are parsed and remove ~300 linesAlexandre Ratchov
2011-06-27remove two forgotten debug printf()sAlexandre Ratchov
2011-06-27expose audio client names through sysex messages, this way anyAlexandre Ratchov
2011-06-02close midi control ports and thru boxes only when there are noAlexandre Ratchov
2011-05-09move all hardcoded offsets and constants relative to midi systemAlexandre Ratchov
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-14Terminate midi thru boxes trying to drain but that have noAlexandre Ratchov
2010-10-21fix style and typos in messages and commentsAlexandre Ratchov
2010-10-21use MODE_xxx and XRUN_xxx macros everywhere, and zap correspondingAlexandre Ratchov
2010-07-06Handle all streams the same way because there's no actualAlexandre Ratchov
2010-06-05When closing the device, request clients using a midi control slotAlexandre Ratchov
2010-06-04midi control aproc structure is can be destroyed before any streamAlexandre Ratchov
2010-06-04Allow the audio device to be opened only while it's actually used.Alexandre Ratchov
2010-05-08prime play buffers as soon as the device is opened, otherwise aAlexandre Ratchov
2010-05-07don't prime audio buffers if the device is only started to serveAlexandre Ratchov
2010-05-06allow volumes of uninitialized slots to be setAlexandre Ratchov
2010-05-02Clean up device handling code to clarify different initialization phasesAlexandre Ratchov
2010-04-24rename ibuflist/obuflist -> ins/outs to cut long linesAlexandre Ratchov
2010-04-06aucat (server):Alexandre Ratchov
2010-04-03backout last change, committed by mistake, sorry...Alexandre Ratchov
2010-04-03doc fixes from jmcAlexandre Ratchov
2010-01-16don't transmit MIDI active sensing messages, because theyAlexandre Ratchov
2010-01-16when closing the device, delete its MIDI end, if it has no writers.Alexandre Ratchov
2010-01-10Add traces to help tracking subtle timing bugs often causingAlexandre Ratchov
2009-11-03Allow any program using aucat to act as MMC slave and MTC masterAlexandre Ratchov
2009-10-27slightly cleanup the socket and control bits:Alexandre Ratchov
2009-10-10make dev_done() common to audio and MIDI, and drop dev_thrudone()Alexandre Ratchov
2009-10-09Make abuf structure smaller:Alexandre Ratchov
2009-09-27remove all debug tracesAlexandre Ratchov
2009-08-29accept ``common'' messages (including system explusive) on theAlexandre Ratchov
2009-08-27when an audio program connects to aucat, restore the volume itAlexandre Ratchov
2009-08-26when allocating the midi channel for the volume control of a newAlexandre Ratchov
2009-08-26don't mess with audio internals from within the midi bits. InsteadAlexandre Ratchov
2009-08-23Make aucat remember the control channel number a client is using. When theAlexandre Ratchov
2009-08-21make aucat(1) expose a MIDI device to control server behaviour inAlexandre Ratchov
2009-08-19organize midi code like audio code, no functional changeAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov