From 12619d89b0d0c60d8f3531977321ce9c1bc67141 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 14:53:34 -0400 Subject: [PATCH] Deep Time: add DrumSound import Co-Authored-By: Claude Opus 4.6 (1M context) --- tracks/deep_time.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tracks/deep_time.py b/tracks/deep_time.py index 9118ef8..3b99d65 100644 --- a/tracks/deep_time.py +++ b/tracks/deep_time.py @@ -4,6 +4,7 @@ Like listening to the earth breathe through a cathedral. """ from pytheory import Key, Duration, Score, Tone, play_score +from pytheory.rhythm import DrumSound key = Key("B", "minor") s = key.scale