Skip to content

Commit

Permalink
Merge pull request #361 from shorepine/pcmbugs
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
bwhitman authored Sep 7, 2024
2 parents b925f75 + cc6e1df commit af27a97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tulip/shared/py/midi.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,9 @@ def get_patch_state(self):
def set_patch_state(self, state):
pass

def all_notes_off(self):
pass
def all_notes_off(self):
pass


class PitchedPCMSynth:
def __init__(self, num_voices=10):
Expand Down

0 comments on commit af27a97

Please sign in to comment.