/*
* The sequencer at present makes no distinction between a 'synth' and a 'midi'.
* This is actually a cleaner layering than OSS: devices that are onboard
* synths just attach midi(4) via midisyn and present an ordinary MIDI face to
* the system. At present the same number is returned for NRSYNTHS and NRMIDIS
* but don't believe both, or you'll think you have twice as many devices as
* you really have. The MIDI_INFO ioctl isn't implemented; use SEQUENCER_INFO
* (which corresponds to OSS's SYNTH_INFO) to get information on any kind of
* device, though the struct synth_info it uses has some members that only
* pertain to synths (and get filled in with fixed, probably wrong values,
* anyway).
*/