What's Changed * Allow MIDI messages for all external instrument plugins (kmontag, https://github.com/spotify/pedalboard/pull/345) * Speed up time stretching ~3x on Linux with FFTW3. (https://github.com/spotify/pedalboard/pull/349)
What's Changed * Cache last channel layout when calling `AudioFile.write`. (https://github.com/spotify/pedalboard/pull/338) * Avoid a segfault in Rubberband. (https://github.com/spotify/pedalboard/pull/342) * Add variable time-stretching and pitch-shifting. (https://github.com/spotify/pedalboard/pull/334)
What's Changed * Add check for empty name_chars list when normalizing param names (ryansdavis, https://github.com/spotify/pedalboard/pull/331) * Add support for NumPy 2 (for Python 3.9+). (https://github.com/spotify/pedalboard/pull/341)
New Contributors * ryansdavis made their first contribution in https://github.com/spotify/pedalboard/pull/331