mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
1a05b641ba
A Phrygian (Bhairavi), 65 BPM, shruti just intonation, A=432 Hz. 72 bars: singing bowls, tambura, harmonium, bansuri, tabla solo with 32nd note tukra, triple sitar solo with jhala shredding, theremin at the emotional peak, electronic kick. Pin pytheory>=0.40.6 for tingsha. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
370 B
TOML
16 lines
370 B
TOML
[project]
|
|
name = "interpretations"
|
|
version = "0.1.0"
|
|
description = "An album of compositions written in Python using pytheory."
|
|
license = "ISC"
|
|
authors = [
|
|
{ name = "Kenneth Reitz", email = "me@kennethreitz.org" },
|
|
]
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"pytheory>=0.40.6",
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/kennethreitz/interpretations"
|