v0.26.3: Stereo drums, stereo convolution reverb, 2 new songs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 22:37:10 -04:00
parent 1ef32ecc92
commit e7e90382c5
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to PyTheory are documented here.
## 0.26.3
- Stereo drum panning — each sound placed in the stereo field (hat right, crash left, toms spread, kick/snare center)
- Stereo convolution reverb — different IR per L/R channel for all 7 presets
- 2 new songs: Neon Grid (stereo acid), Glass and Silk (sine+triangle waltz)
## 0.26.2
- Stereo convolution reverb — different IR per L/R channel for all 7 presets
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "pytheory"
version = "0.26.2"
version = "0.26.3"
description = "Music Theory for Humans"
readme = "README.md"
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
"""PyTheory: Music Theory for Humans."""
__version__ = "0.26.2"
__version__ = "0.26.3"
from .tones import Tone, Interval
from .systems import System, SYSTEMS
Generated
+1 -1
View File
@@ -707,7 +707,7 @@ wheels = [
[[package]]
name = "pytheory"
version = "0.26.2"
version = "0.26.3"
source = { editable = "." }
dependencies = [
{ name = "numeral" },