From 0c59839d6befc7e2df2c56c5d964c7483591c2da Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Mar 2026 04:56:29 -0400 Subject: [PATCH] Update README with all three tracks Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f37ba3c..30699c2 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,16 @@ Each track is a `.py` file. Run it to hear it. ## Tracks 1. **Raga Midnight** — D Phrygian (Bhairavi), shruti just intonation, 90 BPM. Tabla, sitar, tambura, dhol. Hand-written tabla solo with tihai cadence. +2. **Culture Clash** — D minor, 95 BPM. Didgeridoo drone, Rhodes, tabla with fills, sitar arps, NES Mario theme, Hotline Bling on steel drum, theremin solo, marching snare military finale with DCI cadence. 808 sub bass throughout. +3. **Chakra** — Root to crown frequency activation journey. Shruti tuning at A=432 Hz. Ukulele opening, singing bowls, harmonium, tambura, sitar, theremin. Metric modulation tempo changes (60 → 90 → 108 → 135 BPM) ascending through seven chakras. ## Usage ```bash pip install pytheory python tracks/raga_midnight.py -``` - -## Rendering - -```bash -python tracks/raga_midnight.py # play through speakers -python tracks/raga_midnight.py --live # real-time live engine +python tracks/culture_clash.py +python tracks/chakra.py ``` ## License