index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
aucat
/
midi.c
Age
Commit message (
Expand
)
Author
2010-05-07
don't prime audio buffers if the device is only started to serve
Alexandre Ratchov
2010-05-06
allow volumes of uninitialized slots to be set
Alexandre Ratchov
2010-05-02
Clean up device handling code to clarify different initialization phases
Alexandre Ratchov
2010-04-24
rename ibuflist/obuflist -> ins/outs to cut long lines
Alexandre Ratchov
2010-04-06
aucat (server):
Alexandre Ratchov
2010-04-03
backout last change, committed by mistake, sorry...
Alexandre Ratchov
2010-04-03
doc fixes from jmc
Alexandre Ratchov
2010-01-16
don't transmit MIDI active sensing messages, because they
Alexandre Ratchov
2010-01-16
when closing the device, delete its MIDI end, if it has no writers.
Alexandre Ratchov
2010-01-10
Add traces to help tracking subtle timing bugs often causing
Alexandre Ratchov
2009-11-03
Allow any program using aucat to act as MMC slave and MTC master
Alexandre Ratchov
2009-10-27
slightly cleanup the socket and control bits:
Alexandre Ratchov
2009-10-10
make dev_done() common to audio and MIDI, and drop dev_thrudone()
Alexandre Ratchov
2009-10-09
Make abuf structure smaller:
Alexandre Ratchov
2009-09-27
remove all debug traces
Alexandre Ratchov
2009-08-29
accept ``common'' messages (including system explusive) on the
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
don't mess with audio internals from within the midi bits. Instead
Alexandre Ratchov
2009-08-23
Make aucat remember the control channel number a client is using. When the
Alexandre Ratchov
2009-08-21
make aucat(1) expose a MIDI device to control server behaviour in
Alexandre Ratchov
2009-08-19
organize midi code like audio code, no functional change
Alexandre Ratchov
2009-07-25
Currently midi capable programs can control midi hardware, but
Alexandre Ratchov