mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Acid Reign: no envelope, chords transposed -24 for bass range
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ from pytheory.rhythm import DrumSound
|
||||
|
||||
key = Key("A", "minor")
|
||||
s = key.scale
|
||||
prog = key.progression("i", "VII", "VI", "v")
|
||||
prog = [c.transpose(-24) for c in key.progression("i", "VII", "VI", "v")]
|
||||
|
||||
score = Score("4/4", bpm=135)
|
||||
|
||||
@@ -17,7 +17,7 @@ CH = DrumSound.CLOSED_HAT
|
||||
OH = DrumSound.OPEN_HAT
|
||||
|
||||
# ── 303 — arpeggiated chords, legato, squelchy ─────────────────
|
||||
acid = score.part("303", synth="saw", envelope="organ", volume=0.7,
|
||||
acid = score.part("303", synth="saw", volume=0.7,
|
||||
lowpass=800, lowpass_q=4.0,
|
||||
distortion=0.4, distortion_drive=5.0,
|
||||
saturation=0.3, legato=True, glide=0.04,
|
||||
|
||||
Reference in New Issue
Block a user