MidiSystem
Class MidiSystem
- java.lang.Object
-
- javax.sound.midi.MidiSystem
public class MidiSystem extends Object
The MidiSystem
class provides access to the installed MIDI system resources, including devices such as synthesizers, sequencers, and MIDI input and output ports. A typical simple MIDI application might begin by invoking one or more MidiSystem
methods to learn what devices are installed and to obtain the ones needed in that application.
The class also has methods for reading files, streams, and URLs that contain standard MIDI file data or soundbanks. You can query the MidiSystem
for the format of a specified MIDI file.
You cannot instantiate a MidiSystem
; all the methods are static.
Properties can b