Files
interpretations/pyproject.toml
T
kennethreitz dc62b52732 Waveforms: add FM, PWM, wavefold synths — pin pytheory>=0.40.9
Three new oscillator types join the stack: FM (metallic, bar 25),
PWM (wobbling pulse width, bar 33), wavefold (harsh harmonics, bar 41).
Nine waveforms total now stacking into the peak.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 23:29:16 -04:00

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.9",
]
[project.urls]
Repository = "https://github.com/kennethreitz/interpretations"