1

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

CL.
  • 173,858
  • 17
  • 217
  • 259
Shubhamhackz
  • 7,333
  • 7
  • 50
  • 71
  • This question is way too broad. See the package documentation, and Wikipedia ([MIDI](https://en.wikipedia.org/wiki/MIDI), [Synthesizer](https://en.wikipedia.org/wiki/Synthesizer)). Please ask a more specific question. – CL. Sep 13 '17 at 09:19
  • Atleast tell the difference between Synthesizer and Sequencer. @CL. – Shubhamhackz Sep 13 '17 at 09:22

1 Answers1

2

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.

CL.
  • 173,858
  • 17
  • 217
  • 259