mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 06:46:14 +00:00
Use sine wave for chord progression playback
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user