stop method

void stop()
Stops playing.

Implementation

void stop() {
  _midiFile = null;

  synthesizer.reset();
}