Skip to content

Commit

Permalink
Merge pull request #437 from shorepine/allnotesoff
Browse files Browse the repository at this point in the history
all notes off fix
  • Loading branch information
bwhitman authored Jan 6, 2025
2 parents ad95621 + ba93052 commit fa29409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tulip/shared/py/midi.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def all_notes_off(self):
while not self.active_voices.empty():
voice = self.active_voices.get()
self._voice_off(voice)
self.released_voices.put(voice)


def note_on(self, note, velocity=1, time=None, sequence=None):
Expand Down

0 comments on commit fa29409

Please sign in to comment.