CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/09/20 22:42:46
Modified files:
usr.bin/sndiod : dev.c dev.h fdpass.c midi.c midi.h miofile.c
miofile.h siofile.c siofile.h sndiod.8 sndiod.c
utils.c utils.h
Log message:
Allow switching between devices without disconnecting clients.
The new -F option allows alternate device to be specified. If the
device is disconnected, the one given with the last -f or -F options
will be used instead. Similarly, the new -Q option allows an alternate
MIDI port to be specified.
ok mpi@