Files
interpretations/README.md
T
2026-03-30 02:54:15 -04:00

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