Send MIDI panic when tracks are cleared.

This commit is contained in:
sandyjmacdonald 2021-03-16 21:29:31 +00:00
parent 56615a04c6
commit cc213eae2f
1 changed files with 2 additions and 0 deletions

View File

@ -343,6 +343,8 @@ class Sequencer(Keybow2040):
def start_stop_hold(key):
if self.track_selector_active:
self.clear_tracks()
for track in self.tracks:
track.midi_panic()
# Attach hold function that lights the tempo down/up keys when the
# tempo selector key is held.