Synthesizing SoundMost programs that avail themselves of the Java Sound API's MIDI package do so to synthesize sound. The entire apparatus of MIDI files, events, sequences, and sequencers, which was previously discussed, nearly always has the goal of eventually sending musical data to a synthesizer to convert into audio. (Possible exceptions include programs that convert MIDI into musical notation that can be read by a musician, and programs that send messages to external MIDI-controlled devices such as mixing consoles.)
http://java.sun.com/docs/...ial/sound/MIDI-synth.htmlhttp://java.sun.com/j2se/.../sound/midi/Sequence.html---
This could be very funny to create a mini midi sequenser or a midi player in Java to play your midi songs. Anyone here played with these API's?