mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user