|
Description
|
Document explicitely MidiSystem.getReceiver's behavior
MidiSystem.getReceiver() should specify that it tries to return a Receiver from a device that is neither Synthesizer nor Sequencer. Only if no such device is available, it will return a Receiver from the default Synthesizer, by using getSynthesizer. If no default synthesizer is available, an IAE is thrown.
======================================================================
|