CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/11/30 13:48:00
Modified files:
usr.bin/sndiod : midi.c midi.h sock.c sock.h
Log message:
For MIDI ports, use the same open/close logic as for audio devices:
drop clients using it when the port is closed (eg. umidi disconnected)
and try to reopen it whenever a new client connects.
