v0.4.0
Breaking Changes
- The
Pedalboard
constructor no longer supports thesample_rate
parameter.
What's Changed
- Allow
Pedalboard
objects to be used as plugins (i.e. nesting) (#68) - Added
Mix
plugin to allow parallel processing (i.e.: buses) (#68) - Added
Invert
,Resample
, andGSMFullRateCompressor
plugins (#70, #75, #72) - Prevented memory leaks if invalid parameters are passed to plugin constructors (#73)
- Fixed boundary effects before (and after) some pitch shift operations (#74)
Full Changelog: v0.3.14...v0.4.0