Synthesizer

Interface Synthesizer

All Superinterfaces:
AutoCloseable, MidiDevice
public interface Synthesizer
extends MidiDevice

A Synthesizer generates sound. This usually happens when one of the Synthesizer's MidiChannel objects receives a noteOn message, either directly or via the Synthesizer object. Many Synthesizers support Receivers, through which MIDI events can be delivered to the Synthesizer. In such cases, the Synthesizer typically responds by sending a corresponding message to the appropriate Midi