Releases: spotify/pedalboard
Releases Β· spotify/pedalboard
v0.4.2
v0.4.1
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
v0.3.14
v0.3.13
What's Changed
- Add VST3 preset loading API by @emilio1234 in #67
- Fix audio glitches when running VST3 or AU plugins whose reported latency exceeds buffer size by @psobot in #69
- Add Delay plugin by @psobot in #66
New Contributors
- @emilio1234 made their first contribution in #67
Full Changelog: v0.3.12...v0.3.13
v0.3.12
v0.3.11
v0.3.10
v0.3.9
What's Changed
- fix: looks_like_float random falses by @carlostorreswav in #38
- Fix tests when running on Apple Silicon. by @psobot in #56
- Updated JUCE to version 6.1.4 by @HussainAbdi in #55
- Enable linux docker builds on Apple Silicon (aarch64 Linux support) by @i in #47
New Contributors
- @carlostorreswav made their first contribution in #38
- @HussainAbdi made their first contribution in #55
- @i made their first contribution in #47
Full Changelog: v0.3.8...v0.3.9