What is Synthesizer and Sequencer(javax.sound.midi) in Java?

277 views Asked by At

I want to know the Actual Work of Synthesizer and Sequencer or what did they acually do?

1

There are 1 answers

0
CL. On BEST ANSWER

A synthesizer is a component that converts MIDI messages into actual sounds.

A sequencer handles the timing of MIDI messages, i.e., it allows to record MIDI messages together with their time stamps, and allows to later play them back (i.e., to send them to some other device) with the same timing.