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
/
sndiod
/
midi.c
Age
Commit message (
Expand
)
Author
2016-01-08
Make code fit in 80 columns, remove trailing spaces & tabs.
Alexandre Ratchov
2015-11-25
Allocate device names in the heap, so they can be generated.
Alexandre Ratchov
2015-11-23
define port_log even without -DDEBUG
Alexandre Ratchov
2015-11-23
Insert new ports at the head of the list and stop assuming its
Alexandre Ratchov
2015-11-22
save port number if port structure
Alexandre Ratchov
2013-09-28
Fix condition to check if a midi port is referenced. Remove unused bits.
Alexandre Ratchov
2013-05-12
use -q options order as order of exposed midi ports
Alexandre Ratchov
2013-05-12
Fix reversed condition to check if a midi port is referenced,
Alexandre Ratchov
2012-12-20
readjust midi flow control after consuming input data
Alexandre Ratchov
2012-12-01
remove misleading XXXs and TODOs
Alexandre Ratchov
2012-11-30
drain midi port output buffer before closing it ensuring the last
Alexandre Ratchov
2012-11-30
use the hold flag for midi ports as well
Alexandre Ratchov
2012-11-30
For MIDI ports, use the same open/close logic as for audio devices:
Alexandre Ratchov
2012-11-30
Process incoming MIDI data on the fly rather than using an
Alexandre Ratchov
2012-11-23
Remplace aucat server by a new sndiod daemon aimed to be simpler
Alexandre Ratchov