Skip to content

Commit

Permalink
Merge pull request #324 from shorepine/bwhitman-patch-6
Browse files Browse the repository at this point in the history
Update music.md
  • Loading branch information
bwhitman authored Aug 24, 2024
2 parents f3a0037 + c56377a commit 803f390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/music.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ import tulip, midi, music, random

def note(t):
global app
app synth.note_on(random.choice(app.chord), 0.6, time=t)
app.synth.note_on(random.choice(app.chord), 0.6, time=t)

def start(app):
app.slot = tulip.seq_add_callback(note, 24)
Expand Down

0 comments on commit 803f390

Please sign in to comment.