Files
kennethreitz 42153bbd5a Add 14 new instruments — 83 total
New presets: analog_bass, analog_pad, drift_saw, drift_square,
mellotron, mellotron_choir, mellotron_flute, mellotron_strings,
ring_mod_bell, ring_mod_metallic, sync_lead, sync_lead_bright,
wavefold_gnarly, wavefold_warm.

Upgraded to PyTheory v0.40.9 (local editable via uv).

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

14 lines
291 B
TOML

[project]
name = "pytheory-opxy"
version = "0.1.0"
description = "Generate OP-XY instrument presets from PyTheory's synth library"
requires-python = ">=3.10"
dependencies = [
"pytheory",
"numpy",
"scipy",
]
[tool.uv.sources]
pytheory = { path = "../pytheory", editable = true }