v0.5.5
tl;dr: A couple bug fixes, smaller binary wheels, and better support for autocomplete and type hints in IDEs. ๐
Bug Fixes
- Add
__repr__
toPitchShift
. (#102) - Fix changing plugin parameters example code in
README.md
(@nashaad, #107) - Allow negative indices when accessing Pedalboard objects like lists. (#114)
- Ensure that IIR filters are applied to all channels. (#116)
Optimizations
- Avoid exposing internal symbols to decrease binary size. (#101)
New Features
- Add type hinting and stub files for editor autocomplete. (#117)
New Contributors
Full Changelog: v0.5.4...v0.5.5