mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Deep Time: singing bowls louder — ring 0.45, strike 0.4
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -97,7 +97,7 @@ for _ in range(32):
|
||||
fingers.rest(Duration.WHOLE)
|
||||
|
||||
# ── SINGING BOWL LOW — deep bowl in the opening ────────────────
|
||||
bowl_low = score.part("bowl_low", instrument="singing_bowl_ring", volume=0.25,
|
||||
bowl_low = score.part("bowl_low", instrument="singing_bowl_ring", volume=0.45,
|
||||
reverb=0.9, reverb_type="taj_mahal")
|
||||
|
||||
# One deep strike every 8 bars
|
||||
@@ -182,7 +182,7 @@ for chord in chords:
|
||||
harmonium.rest(Duration.WHOLE)
|
||||
|
||||
# ── SINGING BOWL — one strike, ages apart ──────────────────────
|
||||
bowl = score.part("bowl", instrument="singing_bowl", volume=0.25,
|
||||
bowl = score.part("bowl", instrument="singing_bowl", volume=0.4,
|
||||
reverb=0.95, reverb_type="taj_mahal")
|
||||
|
||||
# Strike once every 8 bars
|
||||
|
||||
Reference in New Issue
Block a user