Skip to content

Commit

Permalink
Merge pull request #325 from shorepine/bwhitman-patch-7
Browse files Browse the repository at this point in the history
Update music.md
  • Loading branch information
bwhitman authored Aug 24, 2024
2 parents 803f390 + 62d34eb commit 619fc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/music.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def start():
def stop():
global slot
tulip.seq_remove_callback(slot)
synth.release_voices()
synth.release()

```

Expand Down Expand Up @@ -221,7 +221,7 @@ def start(app):

def stop(app):
tulip.seq_remove_callback(app.slot)
app.synth.release_voices()
app.synth.release()

def run(screen):
global app
Expand Down

0 comments on commit 619fc75

Please sign in to comment.