From 193803745835bd6ed83d64147297eeef5f369c5d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 26 Mar 2026 20:20:05 -0400 Subject: [PATCH] Update changelog: drums as Part Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 421463a..cdaa6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to PyTheory are documented here. +## 0.29.3 + +- Drums are now a real Part — same effects pipeline as any other voice, zero code duplication +- `score.parts["drums"]` is a standard Part with reverb, delay, lowpass, etc. +- `set_drum_effects()` is sugar over the Part's attributes + ## 0.29.2 - Add `score.set_drum_effects()` — reverb, delay, lowpass, distortion, chorus on the drum bus