summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod/midi.c
AgeCommit message (Expand)Author
2016-01-08Make code fit in 80 columns, remove trailing spaces & tabs.Alexandre Ratchov
2015-11-25Allocate device names in the heap, so they can be generated.Alexandre Ratchov
2015-11-23define port_log even without -DDEBUGAlexandre Ratchov
2015-11-23Insert new ports at the head of the list and stop assuming itsAlexandre Ratchov
2015-11-22save port number if port structureAlexandre Ratchov
2013-09-28Fix condition to check if a midi port is referenced. Remove unused bits.Alexandre Ratchov
2013-05-12use -q options order as order of exposed midi portsAlexandre Ratchov
2013-05-12Fix reversed condition to check if a midi port is referenced,Alexandre Ratchov
2012-12-20readjust midi flow control after consuming input dataAlexandre Ratchov
2012-12-01remove misleading XXXs and TODOsAlexandre Ratchov
2012-11-30drain midi port output buffer before closing it ensuring the lastAlexandre Ratchov
2012-11-30use the hold flag for midi ports as wellAlexandre Ratchov
2012-11-30For MIDI ports, use the same open/close logic as for audio devices:Alexandre Ratchov
2012-11-30Process incoming MIDI data on the fly rather than using anAlexandre Ratchov
2012-11-23Remplace aucat server by a new sndiod daemon aimed to be simplerAlexandre Ratchov