mirror of
https://github.com/kennethreitz/pytheory-opxy.git
synced 2026-06-05 06:46:17 +00:00
42153bbd5a
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>
14 lines
291 B
TOML
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 }
|