mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
9a30612f05
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
582 B
Markdown
28 lines
582 B
Markdown
# Interpretations
|
|
|
|
An album of compositions written in Python using [pytheory](https://github.com/kennethreitz/pytheory).
|
|
|
|
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.
|
|
|
|
## 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
|
|
```
|
|
|
|
## License
|
|
|
|
ISC
|