javax.sound.midi.Synthesizer A <code>Synthesizer</code> generates sound. This usually happens when one of the <code>Synthesizer</code>'s {@link MidiChannel} objects receives a {@link MidiChannel#noteOn(int, int) noteOn} message, either directly or via the <code>Synthesizer</code> object. M ...javax.sound.midi.Soundbank A <code>Soundbank</code> contains a set of <code>Instruments</code> that can be loaded into a <code>Synthesizer</code>. Note that a Java Sound <code>Soundbank</code> is different from a MIDI bank. MIDI permits up to 16383 banks, each containing up to ... | Popular Tags |