Use sine wave for chord progression playback

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-22 20:30:55 -04:00
parent acb92171a1
commit 6f7f9008b0
+1 -1
View File
@@ -25,7 +25,7 @@ def play_melody(notes, synth=Synth.SINE):
print("\n Stopped.")
def play_progression(chords, beats_each=2, synth=Synth.TRIANGLE):
def play_progression(chords, beats_each=2, synth=Synth.SINE):
"""Play a list of Chord objects."""
try:
for chord in chords: