diff --git a/git-sound.py b/git-sound.py index 672d431..a43b2aa 100644 --- a/git-sound.py +++ b/git-sound.py @@ -360,6 +360,9 @@ class GitMIDI(MIDIFile): self.__playing = False + def stop(self): + self.mixer.music.stop() + def get_play_pos(self): if not self.__playing: return None