Stop MIDI playback if settings are changed
This commit is contained in:
@@ -125,9 +125,9 @@ class GitSoundWindow(object):
|
|||||||
(repository, branch, scale or program).
|
(repository, branch, scale or program).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
self.stop_midi()
|
||||||
self.gitmidi = None
|
self.gitmidi = None
|
||||||
self.set_buttons_sensitivity()
|
self.set_buttons_sensitivity()
|
||||||
self.stop_midi()
|
|
||||||
|
|
||||||
def set_buttons_sensitivity(self, disable_all=False):
|
def set_buttons_sensitivity(self, disable_all=False):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user