Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeLollo21 authored Apr 28, 2023
1 parent 180385d commit 18bd652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
melody = [ # This is really just a C chromatic scale
(60, 0.25), # C, quarter note
(64, 0.25), # E, quarter note
(67, 0.5) # G, half note
(72, 0.25) # C, quarter note
(76, 1.0) # E, whole note
(79, 0.25) # G, quarter note
(67, 0.5), # G, half note
(72, 0.25), # C, quarter note
(76, 1.0), # E, whole note
(79, 0.25), # G, quarter note
(84, 0.25), # C, quarter note
(None, 0.25), # Quarter rest
(81, 0.5), # A, half note
Expand Down

0 comments on commit 18bd652

Please sign in to comment.