Deep Time: dryer tingsha, add DrumSound import

Tingsha reverb 0.9 taj_mahal → 0.2 algorithmic 1.0s decay.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-30 14:55:54 -04:00
parent 12619d89b0
commit 57b64c9b9a
+1 -1
View File
@@ -21,7 +21,7 @@ score = Score("4/4", bpm=40, temperament="just")
# ── TINGSHA — crystalline strikes, etheric opening ──────────────
tingsha = score.part("tingsha", instrument="tingsha", volume=0.2,
reverb=0.9, reverb_type="taj_mahal")
reverb=0.2, reverb_decay=1.0)
# Sparse strikes in the first 8 bars — let each one ring forever
tingsha.add(B.add(12), Duration.WHOLE, velocity=65)