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 27, 2023
1 parent afb55fb commit 180385d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@
(76, 0.25), # E, quarter note
(60, 1.0) # C, whole note
]

for pitch_duration in melody:
guitar.play_note(pitch, 0.7, duration)

s.stop_transcribing().to_score().show()

0 comments on commit 180385d

Please sign in to comment.