Stop MIDI playback if settings are changed
This commit is contained in:
parent
50f3507cc7
commit
7bf5e08d43
@ -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):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user