mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Silk Road: koto starts with subtle reverb instead of bone dry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -46,11 +46,11 @@ def play_phrases(part, phrases, reps=1, vel_offset=0):
|
||||
# ── KOTO — China, pentatonic, sparse ───────────────────────────
|
||||
# D minor pentatonic: D F G A C (removes E and Bb)
|
||||
koto = score.part("koto", instrument="koto", volume=0.4,
|
||||
reverb=0.0,
|
||||
delay=0.0,
|
||||
reverb=0.15, reverb_type="taj_mahal",
|
||||
delay=0.08, delay_time=0.316, delay_feedback=0.1,
|
||||
pan=-0.45, humanize=0.1)
|
||||
|
||||
# Bars 1-16: solo koto — starts dry, reverb fades in like mist
|
||||
# Bars 1-16: solo koto — starts intimate, reverb grows
|
||||
koto_phrases = [
|
||||
# Phrase 1: simple, announcing
|
||||
[(D.add(12), Duration.HALF, 80), (None, Duration.QUARTER, 0),
|
||||
|
||||
Reference in New Issue
Block a user